From 43acfbf619764caebd061bb932fd49515e3c78b0 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 18 May 2000 15:13:00 +0000 Subject: [PATCH] The last commit was not quite right. This time it should work. The last commit was not quite right. This time it should work. --- ChangeLog | 5 +++-- ChangeLog.pre-2-0 | 5 +++-- ChangeLog.pre-2-10 | 5 +++-- ChangeLog.pre-2-12 | 5 +++-- ChangeLog.pre-2-2 | 5 +++-- ChangeLog.pre-2-4 | 5 +++-- ChangeLog.pre-2-6 | 5 +++-- ChangeLog.pre-2-8 | 5 +++-- configure.in | 4 ++-- 9 files changed, 26 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39a75ca60..ce931070e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 39a75ca60..ce931070e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -7,8 +7,9 @@ the symbol exists. Hint from Robert Pouliot . - * configure.in: Also look for thread functions in libthreads. Hint - also from Robert Pouliot . + * configure.in: Also look for thread functions in + libthread. Makes it work on UnixWare 7.1.0. Hint also from Robert + Pouliot . 2000-04-19 Sebastian Wilhelmi diff --git a/configure.in b/configure.in index 8b0ec68da..2b8dbcdfe 100644 --- a/configure.in +++ b/configure.in @@ -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,