From 5dede11811e9c31a71b956429de9fb6aa27cecaf Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 11 Sep 2002 09:48:35 +0000 Subject: [PATCH] FIx previous commit, test for Draft 7 was inverted --- build/openldap.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/openldap.m4 b/build/openldap.m4 index e1f935c970..846fe85eb2 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -650,7 +650,7 @@ AC_DEFUN([OL_POSIX_THREAD_VERSION], AC_EGREP_HEADER(pthread_detach,pthread.h,[ AC_EGREP_CPP(draft7,[ # include -# ifdef PTHREAD_CREATE_JOINABLE +# ifdef PTHREAD_CREATE_UNDETACHED draft7 # endif ], ol_cv_pthread_version=7, [ -- 2.39.5