mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Enable HDB by default
This commit is contained in:
parent
4a8d8eb78a
commit
35005dd512
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -95,7 +95,7 @@ ac_help="$ac_help
|
|||
ac_help="$ac_help
|
||||
--enable-dnssrv enable dnssrv backend no|yes|mod [no]"
|
||||
ac_help="$ac_help
|
||||
--enable-hdb enable Hierarchical DB backend no|yes|mod [no]"
|
||||
--enable-hdb enable Hierarchical DB backend no|yes|mod [yes]"
|
||||
ac_help="$ac_help
|
||||
--enable-ldap enable ldap backend no|yes|mod [no]"
|
||||
ac_help="$ac_help
|
||||
|
|
@ -1993,7 +1993,7 @@ if test "${enable_hdb+set}" = set; then
|
|||
ol_enable_hdb="$ol_arg"
|
||||
|
||||
else
|
||||
ol_enable_hdb="no"
|
||||
ol_enable_hdb="yes"
|
||||
fi
|
||||
# end --enable-hdb
|
||||
# OpenLDAP --enable-ldap
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@ OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend no|yes|mod],
|
|||
OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend no|yes|mod],
|
||||
no, [no yes mod])dnl
|
||||
OL_ARG_ENABLE(hdb,[ --enable-hdb enable Hierarchical DB backend no|yes|mod],
|
||||
no, [no yes mod])dnl
|
||||
yes, [no yes mod])dnl
|
||||
OL_ARG_ENABLE(ldap,[ --enable-ldap enable ldap backend no|yes|mod],
|
||||
no, [no yes mod])dnl
|
||||
OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend no|yes|mod], no,
|
||||
|
|
|
|||
Loading…
Reference in a new issue