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.openafs.org/?p=openafs.git;a=commitdiff_plain;h=27238dd64c07497f7e857384d925dcc5b3de540b;hp=62994d919dda6e678ed2b72e64553b5f70e03185 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 b5a320f..6f44f30 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)