From: Howard Chu Date: Wed, 11 Sep 2002 09:48:35 +0000 (+0000) Subject: FIx previous commit, test for Draft 7 was inverted X-Git-Tag: NO_SLAP_OP_BLOCKS~987 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dede11811e9c31a71b956429de9fb6aa27cecaf;p=thirdparty%2Fopenldap.git FIx previous commit, test for Draft 7 was inverted --- 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, [