FIx previous commit, test for Draft 7 was inverted

This commit is contained in:
Howard Chu 2002-09-11 09:48:35 +00:00
parent 97b98783c3
commit 5dede11811

View File

@ -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, [