From db573ddd1124fa4c5f010cf7c71e3b6d70b76f74 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 20 Nov 1998 17:52:44 +0000 Subject: [PATCH] Fix SunOS5 HAVE_THR detection -llwp -> -lthread --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5