Skip to content
Snippets Groups Projects
Commit 8f5d547c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cleanup

parent 338e2030
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.528 2004/04/08 04:23:10 hyc Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.529 2004/04/08 06:55:13 kurt Exp
 
# This work is part of OpenLDAP Software <http://www.openldap.org/>.
#
......@@ -92,9 +92,9 @@ ac_help="$ac_help
ac_help="$ac_help
--enable-ldbm enable ldbm backend no|yes|mod [no]"
ac_help="$ac_help
--with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm [auto]"
--with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm [auto]"
ac_help="$ac_help
--with-ldbm-type use LDBM type auto|btree|hash [auto]"
--with-ldbm-type use LDBM type auto|btree|hash [auto]"
ac_help="$ac_help
--enable-meta enable metadirectory backend no|yes|mod [no]"
ac_help="$ac_help
......
......@@ -205,9 +205,9 @@ OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend no|yes|mod], n
OL_ARG_ENABLE(hdb,[ --enable-hdb enable Hierarchical DB backend no|yes|mod], no, [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, [no yes mod])dnl
OL_ARG_WITH(ldbm_api,[ --with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm], auto,
OL_ARG_WITH(ldbm_api,[ --with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm], auto,
[auto berkeley bcompat mdbm gdbm])
OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type auto|btree|hash], auto,
OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type auto|btree|hash], auto,
[auto btree hash])
OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend no|yes|mod], no, [no yes mod])dnl
OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend no|yes|mod], yes, [no yes mod])dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment