]> git.sur5r.net Git - openldap/commitdiff
Rebuild
authorKurt Zeilenga <kurt@openldap.org>
Wed, 29 Aug 2001 19:58:57 +0000 (19:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 29 Aug 2001 19:58:57 +0000 (19:58 +0000)
aclocal.m4
configure

index 9a217b1b991643767de9a6d5c6e153ed7b06b033..38ec6bdfb96c6209699acf38c1821059186a1cc9 100644 (file)
@@ -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
index fcf15e9cf5bc01db350e3b0d14060d8b87d3f669..49ab8bc75f8d992c51ab7ab9e27f1c96043f3367 100755 (executable)
--- 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