From df1672bd02ae2b066432ce5438fd6ba2960bceff Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Sat, 6 Mar 1999 22:33:58 +0000
Subject: [PATCH] Update error message for pthread_create() works failure.

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 82723eca2a..3e8ec1c296 100644
--- a/configure.in
+++ b/configure.in
@@ -917,7 +917,7 @@ int main(argc, argv)
 			AC_MSG_RESULT($ol_cv_pthread_create_works)
 
 			if test $ol_cv_pthread_create_works = no ; then
-				AC_MSG_ERROR([pthread.h and pthread_create are not compatible])
+				AC_MSG_ERROR([pthread_create is not usable, check environment settings])
 			fi
 
 			dnl Check if select causes an yield
-- 
GitLab