mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
FIx previous commit, test for Draft 7 was inverted
This commit is contained in:
parent
97b98783c3
commit
5dede11811
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue