Enable HDB by default

This commit is contained in:
Kurt Zeilenga 2005-03-17 06:47:47 +00:00
parent 4a8d8eb78a
commit 35005dd512
2 changed files with 3 additions and 3 deletions

4
configure vendored
View file

@ -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

View file

@ -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,