From: Kurt Zeilenga Date: Sun, 20 Jan 2002 22:31:10 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e03e5c3f9d325399df2556ff1c4ca5c167f3597;p=openldap Fix typo in last commit --- diff --git a/configure b/configure index d1d3e46a04..7b045a7983 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.389 2002/01/15 16:26:50 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.390 2002/01/20 21:25:11 kurt Exp # Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved. # @@ -12027,7 +12027,7 @@ else fi done - if test "${ac_cv_header_mach_cthreads_h}" = yes -o + if test "${ac_cv_header_mach_cthreads_h}" = yes -o \ "${ac_cv_header_cthreads_h}" = yes ; then ol_with_threads=found diff --git a/configure.in b/configure.in index 360c91f2e0..bf7696389c 100644 --- a/configure.in +++ b/configure.in @@ -1594,7 +1594,7 @@ 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 -o + if test "${ac_cv_header_mach_cthreads_h}" = yes -o \ "${ac_cv_header_cthreads_h}" = yes ; then ol_with_threads=found