mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
configure-no-error-on-failure-to-find-pthreads-20010705
failure to find pthreads should be non-fatal
This commit is contained in:
parent
62994d919d
commit
27238dd64c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user