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:
Sebastian Wilhelmi
2000-05-18 15:13:00 +00:00
parent 4611fe9446
commit 43acfbf619
9 changed files with 26 additions and 18 deletions

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -7,8 +7,9 @@
the symbol exists. Hint from Robert Pouliot the symbol exists. Hint from Robert Pouliot
<robert.pouliot@bell.ca>. <robert.pouliot@bell.ca>.
* configure.in: Also look for thread functions in libthreads. Hint * configure.in: Also look for thread functions in
also from Robert Pouliot <robert.pouliot@bell.ca>. 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> 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

View File

@@ -671,8 +671,8 @@ case $have_threads in
G_THREAD_LIBS="-lpthreads") G_THREAD_LIBS="-lpthreads")
fi fi
if test "x$G_THREAD_LIBS" = xerror; then if test "x$G_THREAD_LIBS" = xerror; then
AC_CHECK_LIB(threads, pthread_attr_init, AC_CHECK_LIB(thread, pthread_attr_init,
G_THREAD_LIBS="-lthreads") G_THREAD_LIBS="-lthread")
fi fi
if test "x$G_THREAD_LIBS" = xerror; then if test "x$G_THREAD_LIBS" = xerror; then
AC_CHECK_LIB(c_r, pthread_attr_init, AC_CHECK_LIB(c_r, pthread_attr_init,