configure-no-error-on-failure-to-find-pthreads-20010705

failure to find pthreads should be non-fatal
This commit is contained in:
Derrick Brashear 2001-07-05 17:40:05 +00:00
parent 62994d919d
commit 27238dd64c

View File

@ -178,7 +178,7 @@ if test "x$PTHREAD_LIBS" = xerror; then
AC_CHECK_FUNC(pthread_attr_init, PTHREAD_LIBS="")
fi
if test "x$PTHREAD_LIBS" = xerror; then
AC_MSG_ERROR(*** Unable to locate working posix thread library ***)
AC_MSG_WARN(*** Unable to locate working posix thread library ***)
fi
AC_SUBST(PTHREAD_LIBS)