]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Sun, 20 Jan 2002 22:31:10 +0000 (22:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 20 Jan 2002 22:31:10 +0000 (22:31 +0000)
configure
configure.in

index d1d3e46a041644cfb2281e133c7940ba133165f6..7b045a79837d3a18f98953377873bebcad6e1a19 100755 (executable)
--- 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
 
index 360c91f2e0538168bd118ef6aab8a6accbefd12c..bf7696389c9c99bd6b617f2f4b66be2384576a49 100644 (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