Fix SunOS5 HAVE_THR detection -llwp -> -lthread

This commit is contained in:
Kurt Zeilenga 1998-11-20 17:52:44 +00:00
parent 758e1774c0
commit db573ddd11

View 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