mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Fix SunOS5 HAVE_THR detection -llwp -> -lthread
This commit is contained in:
parent
758e1774c0
commit
db573ddd11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue