mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix cthread header test
This commit is contained in:
parent
f868e4b34e
commit
9f9c6b57c6
@ -1594,7 +1594,8 @@ if test $ol_with_threads = auto -o $ol_with_threads = yes \
|
||||
|
||||
dnl check for Mach CThreads
|
||||
AC_CHECK_HEADERS(mach/cthreads.h cthread.h)
|
||||
if test $ac_cv_header_mach_cthreads_h = yes ; then
|
||||
if test "${ac_cv_header_mach_cthreads_h}" = yes -o
|
||||
"${ac_cv_header_cthreads_h}" = yes ; then
|
||||
ol_with_threads=found
|
||||
|
||||
dnl check for cthread support in current $LIBS
|
||||
|
@ -8,13 +8,14 @@ as documented within the package.
|
||||
|
||||
Current contributions:
|
||||
ldapc++
|
||||
The OpenLDAP LDAP C++ API
|
||||
LDAP C++ API
|
||||
Contributed by SuSE Gmbh.
|
||||
|
||||
ldaptcl
|
||||
TCL API from NeoSoft
|
||||
LDAP TCL API
|
||||
Contributed by NeoSoft
|
||||
|
||||
Please submit your contributions using the OpenLDAP Issue
|
||||
Tracking System <http://www.openldap.org/>.
|
||||
Please submit your contributions using the OpenLDAP Issue Tracking
|
||||
System <http://www.openldap.org/>.
|
||||
|
||||
$OpenLDAP$
|
||||
|
Loading…
Reference in New Issue
Block a user