mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 13:19:21 +02:00
The last commit was not quite right. This time it should work.
The last commit was not quite right. This time it should work.
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -7,8 +7,9 @@
|
||||
the symbol exists. Hint from Robert Pouliot
|
||||
<robert.pouliot@bell.ca>.
|
||||
|
||||
* configure.in: Also look for thread functions in libthreads. Hint
|
||||
also from Robert Pouliot <robert.pouliot@bell.ca>.
|
||||
* configure.in: Also look for thread functions in
|
||||
libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert
|
||||
Pouliot <robert.pouliot@bell.ca>.
|
||||
|
||||
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
|
@@ -671,8 +671,8 @@ case $have_threads in
|
||||
G_THREAD_LIBS="-lpthreads")
|
||||
fi
|
||||
if test "x$G_THREAD_LIBS" = xerror; then
|
||||
AC_CHECK_LIB(threads, pthread_attr_init,
|
||||
G_THREAD_LIBS="-lthreads")
|
||||
AC_CHECK_LIB(thread, pthread_attr_init,
|
||||
G_THREAD_LIBS="-lthread")
|
||||
fi
|
||||
if test "x$G_THREAD_LIBS" = xerror; then
|
||||
AC_CHECK_LIB(c_r, pthread_attr_init,
|
||||
|
Reference in New Issue
Block a user