mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
regenerate to disable back-bdb by default
This commit is contained in:
parent
6dfa7b760e
commit
d39c2f7eff
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
|
|
@ -1030,7 +1030,7 @@ SLAPD (Standalone LDAP Daemon) Options:
|
||||||
|
|
||||||
SLAPD Backend Options:
|
SLAPD Backend Options:
|
||||||
--enable-backends enable all available backends no|yes|mod
|
--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-dnssrv enable dnssrv backend no|yes|mod [no]
|
||||||
--enable-hdb enable Hierarchical DB backend no|yes|mod [yes]
|
--enable-hdb enable Hierarchical DB backend no|yes|mod [yes]
|
||||||
--enable-ldap enable ldap backend no|yes|mod [no]
|
--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"
|
ol_enable_bdb="$ol_arg"
|
||||||
|
|
||||||
else
|
else
|
||||||
ol_enable_bdb=${ol_enable_backends:-yes}
|
ol_enable_bdb=${ol_enable_backends:-no}
|
||||||
fi;
|
fi;
|
||||||
# end --enable-bdb
|
# end --enable-bdb
|
||||||
# OpenLDAP --enable-dnssrv
|
# OpenLDAP --enable-dnssrv
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue