Fix cthread header test

This commit is contained in:
Kurt Zeilenga 2002-01-20 22:25:08 +00:00
parent f868e4b34e
commit 9f9c6b57c6
3 changed files with 320 additions and 317 deletions

625
configure vendored

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -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$