]> git.sur5r.net Git - openldap/commitdiff
Update error message for pthread_create() works failure.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 6 Mar 1999 22:33:58 +0000 (22:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 6 Mar 1999 22:33:58 +0000 (22:33 +0000)
configure.in

index 82723eca2a88854e0e72f86410728ed9e11075cf..3e8ec1c296a38d267198988b25b61111dd4b43fa 100644 (file)
@@ -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