From: Kurt Zeilenga Date: Sat, 31 May 2003 21:06:52 +0000 (+0000) Subject: Fix tcl removal X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e554ad470c5d404c289c275d6c77beafd28fb0d1;p=openldap Fix tcl removal --- diff --git a/configure b/configure index 591948db92..5f83aa8a41 100755 --- 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; } diff --git a/configure.in b/configure.in index bfc7c447ed..c147070e40 100644 --- a/configure.in +++ b/configure.in @@ -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])