Skip to content
Snippets Groups Projects
Commit db573ddd authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix SunOS5 HAVE_THR detection -llwp -> -lthread

parent 758e1774
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment