Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2002-01-20 22:31:10 +00:00
parent 9f9c6b57c6
commit 0e03e5c3f9
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

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

View File

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