From: Derrick Brashear Date: Thu, 5 Jul 2001 17:40:05 +0000 (+0000) Subject: configure-no-error-on-failure-to-find-pthreads-20010705 X-Git-Tag: openafs-stable-1_1_0~55 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=27238dd64c07497f7e857384d925dcc5b3de540b;p=packages%2Fo%2Fopenafs.git configure-no-error-on-failure-to-find-pthreads-20010705 failure to find pthreads should be non-fatal --- diff --git a/configure.in b/configure.in index b5a320f3e..6f44f30ac 100644 --- a/configure.in +++ b/configure.in @@ -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)