]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
configure-no-error-on-failure-to-find-pthreads-20010705
authorDerrick Brashear <shadow@dementia.org>
Thu, 5 Jul 2001 17:40:05 +0000 (17:40 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 5 Jul 2001 17:40:05 +0000 (17:40 +0000)
failure to find pthreads should be non-fatal

configure.in

index b5a320f3ebeff35bb8501d45a6cde2987649860d..6f44f30acb352a6c0b7210cc6d53e1f5cbdd355b 100644 (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)