mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
More (blind) cthread changes
This commit is contained in:
parent
6169ef5873
commit
68e58d15de
2 changed files with 313 additions and 315 deletions
|
|
@ -1594,8 +1594,7 @@ if test $ol_with_threads = auto -o $ol_with_threads = yes \
|
|||
|
||||
dnl check for Mach CThreads
|
||||
AC_CHECK_HEADERS(mach/cthreads.h cthreads.h)
|
||||
if test $ac_cv_header_mach_cthreads_h = yes \
|
||||
-o $ac_cv_header_cthreads_h = yes ; then
|
||||
if test $ac_cv_header_mach_cthreads_h = yes ; then
|
||||
ol_with_threads=found
|
||||
|
||||
dnl check for cthreads support in current $LIBS
|
||||
|
|
|
|||
Loading…
Reference in a new issue