]> git.sur5r.net Git - openldap/commitdiff
regenerate to disable back-bdb by default
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 5 Sep 2008 21:00:09 +0000 (21:00 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 5 Sep 2008 21:00:09 +0000 (21:00 +0000)
configure

index c39d776501e90dcdbae8e257e24eb2c059b05c1d..49af9eeae52608b1c14e469c8977bfaefd74b398 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.666 2008/08/30 22:18:08 hyc Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.667 2008/09/05 18:59:50 quanah Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -1030,7 +1030,7 @@ SLAPD (Standalone LDAP Daemon) Options:
 
 SLAPD Backend Options:
     --enable-backends    enable all available backends no|yes|mod
-    --enable-bdb         enable Berkeley DB backend no|yes|mod [yes]
+    --enable-bdb         enable Berkeley DB backend no|yes|mod [no]
     --enable-dnssrv      enable dnssrv backend no|yes|mod [no]
     --enable-hdb         enable Hierarchical DB backend no|yes|mod [yes]
     --enable-ldap        enable ldap backend no|yes|mod [no]
@@ -2841,7 +2841,7 @@ echo "$as_me: error: bad value $enableval for --enable-bdb" >&2;}
        ol_enable_bdb="$ol_arg"
 
 else
-       ol_enable_bdb=${ol_enable_backends:-yes}
+       ol_enable_bdb=${ol_enable_backends:-no}
 fi;
 # end --enable-bdb
 # OpenLDAP --enable-dnssrv