From: Kurt Zeilenga Date: Fri, 20 Nov 1998 17:52:44 +0000 (+0000) Subject: Fix SunOS5 HAVE_THR detection -llwp -> -lthread X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1066 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=db573ddd1124fa4c5f010cf7c71e3b6d70b76f74;p=openldap Fix SunOS5 HAVE_THR detection -llwp -> -lthread --- diff --git a/configure.in b/configure.in index 8b76d8d135..2b2ab1cfe4 100644 --- a/configure.in +++ b/configure.in @@ -627,7 +627,7 @@ if test $ol_with_threads = auto -o $ol_with_threads = lwp ; then if test $have_thr = yes ; then AC_DEFINE(HAVE_THR) - LTHREAD_LIBS="$LTHREAD_LIBS -llwp" + LTHREAD_LIBS="$LTHREAD_LIBS -lthread" ol_link_threads=thr if test $ol_with_preemptive = auto ; then