]> git.sur5r.net Git - openldap/commitdiff
remove extra '&&' from CDPATH kludge
authorKurt Zeilenga <kurt@openldap.org>
Wed, 3 Jan 2001 19:06:22 +0000 (19:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 3 Jan 2001 19:06:22 +0000 (19:06 +0000)
configure
configure.in

index a195d6fbdf43c167081706843669c978dadb2b7d..b5c5c0c80617de6a2602b5a80256e05cc7f4c53c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.340 2000/12/31 01:32:49 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.341 2000/12/31 02:17:20 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -643,14 +643,14 @@ else
 fi
 
 
-# set unset (borrowed from autoconf 2.14a)
+# set unset (borrowed from autoconf 2.49c)
 if (OL_FOO=OL_FOO; unset OL_FOO) >/dev/null 2>&1; then
   ol_unset=unset
 else
   ol_unset=false
 fi
 # unset CDPATH
-$ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; && export CDPATH; }
+$ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
 
 ac_aux_dir=
 for ac_dir in build $srcdir/build; do
index ace9940526e21efb48b95c123fef8739f8414dee..94b00bb82fa2358031507a2cfef876e2ff37d8e0 100644 (file)
@@ -33,14 +33,14 @@ dnl ================================================================
 dnl Configure.in for OpenLDAP
 AC_INIT(build/version.sh)dnl
 
-# set unset (borrowed from autoconf 2.14a)
+# set unset (borrowed from autoconf 2.49c)
 if (OL_FOO=OL_FOO; unset OL_FOO) >/dev/null 2>&1; then
   ol_unset=unset
 else
   ol_unset=false
 fi
 # unset CDPATH
-$ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; && export CDPATH; }
+$ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
 
 AC_CONFIG_AUX_DIR(build)dnl