]> git.sur5r.net Git - openldap/commitdiff
Fix SunOS5 HAVE_THR detection -llwp -> -lthread
authorKurt Zeilenga <kurt@openldap.org>
Fri, 20 Nov 1998 17:52:44 +0000 (17:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 20 Nov 1998 17:52:44 +0000 (17:52 +0000)
configure.in

index 8b76d8d135ec34a08f1877e81a31f6095e1d4ac1..2b2ab1cfe4d1c90102762986da0f0beb20692026 100644 (file)
@@ -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