]> git.sur5r.net Git - openldap/commitdiff
Fix tcl removal
authorKurt Zeilenga <kurt@openldap.org>
Sat, 31 May 2003 21:06:52 +0000 (21:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 31 May 2003 21:06:52 +0000 (21:06 +0000)
configure
configure.in

index 591948db9226e4504e60e78088a2d0d02d760ab1..5f83aa8a41fb1f9d2ae5a569a314d9a9bd77e42a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.478 2003/05/23 04:27:39 kurt Exp  
+# from OpenLDAP 
 
 # Copyright 1998-2003 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -77,7 +77,7 @@ ac_help="$ac_help
 ac_help="$ac_help
     --enable-rlookups    enable reverse lookups of client hostnames [no]"
 ac_help="$ac_help
-    --enable-slapi        enable installation of slapi library [no]"
+    --enable-slapi        enable SLAPI support (experimental) [no]"
 ac_help="$ac_help
     --enable-slp          enable SLPv2 support [no]"
 ac_help="$ac_help
@@ -2719,7 +2719,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 bfc7c447edd13c2ec082c4632e9b73b066e050a6..c147070e40de137b4e0754124e76c7c9df40ec50 100644 (file)
@@ -416,7 +416,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])