mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
FIx previous commit, test for Draft 7 was inverted
This commit is contained in:
parent
97b98783c3
commit
5dede11811
@ -650,7 +650,7 @@ AC_DEFUN([OL_POSIX_THREAD_VERSION],
|
||||
AC_EGREP_HEADER(pthread_detach,pthread.h,[
|
||||
AC_EGREP_CPP(draft7,[
|
||||
# include <pthread.h>
|
||||
# ifdef PTHREAD_CREATE_JOINABLE
|
||||
# ifdef PTHREAD_CREATE_UNDETACHED
|
||||
draft7
|
||||
# endif
|
||||
], ol_cv_pthread_version=7, [
|
||||
|
Loading…
Reference in New Issue
Block a user