mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Don't list NDBM as an option.
This commit is contained in:
parent
434e7229ac
commit
45842ab4a1
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.284 2000/01/08 17:42:15 kdz Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.287 2000/01/25 23:00:49 kurt Exp
|
||||
|
||||
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
|
||||
#
|
||||
|
|
@ -1943,7 +1943,7 @@ if test "${with_ldbm_api+set}" = set; then
|
|||
withval="$with_ldbm_api"
|
||||
|
||||
ol_arg=invalid
|
||||
for ol_val in auto db2 db mdbm gdbm ndbm manual ; do
|
||||
for ol_val in auto db2 db mdbm gdbm manual ; do
|
||||
if test "$withval" = "$ol_val" ; then
|
||||
ol_arg="$ol_val"
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ OL_ARG_WITH(ldap_module,[ --with-ldap-module module type], static,
|
|||
[static dynamic])
|
||||
OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend], yes)dnl
|
||||
OL_ARG_WITH(ldbm_api,[ --with-ldbm-api use LDBM API], auto,
|
||||
[auto db2 db mdbm gdbm ndbm manual])
|
||||
[auto db2 db mdbm gdbm manual])
|
||||
OL_ARG_WITH(ldbm_module,[ --with-ldbm-module module type], static,
|
||||
[static dynamic])
|
||||
OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type], auto,
|
||||
|
|
|
|||
Loading…
Reference in a new issue