From 16f956eb1177fde177fc779ecc77371295501a71 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Wed, 29 Aug 2001 19:58:57 +0000 Subject: [PATCH] Rebuild --- aclocal.m4 | 1 - configure | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 9a217b1b99..38ec6bdfb9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -10,7 +10,6 @@ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. -dnl $OpenLDAP$ dnl dnl Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved. dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file diff --git a/configure b/configure index fcf15e9cf5..49ab8bc75f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP +# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.31 2001/08/28 17:12:51 kurt Exp # Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved. # @@ -34,11 +34,11 @@ ac_help="$ac_help ac_help="$ac_help --enable-proctitle enable proctitle support [yes]" ac_help="$ac_help - --enable-cache enable caching [yes]" + --enable-cache enable caching (experimental) [no]" ac_help="$ac_help - --enable-referrals enable V2 Referrals extension [yes]" + --enable-referrals enable LDAPv2+ Referrals (experimental) [no]" ac_help="$ac_help - --enable-kbind enable V2 Kerberos IV bind [no]" + --enable-kbind enable LDAPv2+ Kerberos IV bind (deprecated) [no]" ac_help="$ac_help --enable-ipv6 enable IPv6 support [auto]" ac_help="$ac_help @@ -50,7 +50,7 @@ ac_help="$ac_help ac_help="$ac_help --with-fetch with fetch URL support [auto]" ac_help="$ac_help - --with-kerberos with support [auto]" + --with-kerberos with Kerberos support [auto]" ac_help="$ac_help --with-readline with readline support [auto]" ac_help="$ac_help @@ -1241,7 +1241,7 @@ if test "${enable_cache+set}" = set; then ol_enable_cache="$ol_arg" else - ol_enable_cache="yes" + ol_enable_cache="no" fi # end --enable-cache # OpenLDAP --enable-referrals @@ -1261,7 +1261,7 @@ if test "${enable_referrals+set}" = set; then ol_enable_referrals="$ol_arg" else - ol_enable_referrals="yes" + ol_enable_referrals="no" fi # end --enable-referrals # OpenLDAP --enable-kbind @@ -11608,7 +11608,7 @@ fi echo "$ac_t""$ol_cv_header_db1" 1>&6 - if test ol_cv_header_db1=yes ; then + if test $ol_cv_header_db1 = yes ; then ol_cv_lib_db=no if test $ol_cv_lib_db = no ; then echo $ac_n "checking for Berkeley DB link (default)""... $ac_c" 1>&6 -- GitLab