]> git.sur5r.net Git - openldap/commitdiff
Fix last commit
authorKurt Zeilenga <kurt@openldap.org>
Mon, 18 Feb 2002 21:48:06 +0000 (21:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 18 Feb 2002 21:48:06 +0000 (21:48 +0000)
configure
configure.in

index 2358bd6e18c117f1a9b95528c44eb2f51c6c8b08..78a14623d17a1cdb6582a038d9293038a8979d11 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.408 2002/02/11 19:17:13 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.1 2002/02/18 19:49:46 kurt Exp  
 
 # Copyright 1998-2002 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -2685,7 +2685,7 @@ elif test $ol_enable_ldbm = no ; then
                $ol_enable_passwd = no -a \
                $ol_enable_perl = no -a \
                $ol_enable_shell = no -a \
-               $ol_enable_sql = no -a \
+               $ol_enable_sql = no ; then
 
                if test $ol_enable_slapd = yes ; then
                        { echo "configure: error: slapd requires a backend" 1>&2; exit 1; }
index c4ddae6fa754ce95e7dc4c568f1f6cf699d79979..a5766d6ea10643a99d3ab583a0b1ad69a0d8591f 100644 (file)
@@ -384,7 +384,7 @@ elif test $ol_enable_ldbm = no ; then
                $ol_enable_passwd = no -a \
                $ol_enable_perl = no -a \
                $ol_enable_shell = no -a \
-               $ol_enable_sql = no -a \
+               $ol_enable_sql = no ; then
 
                if test $ol_enable_slapd = yes ; then
                        AC_MSG_ERROR([slapd requires a backend])