mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Only allow NDBM if manually selected. Provide no hints that
one can select NDBM as NDBM is not supported.
This commit is contained in:
parent
f9427e0bcf
commit
c889235649
2
configure
vendored
2
configure
vendored
@ -12097,7 +12097,7 @@ EOF
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $ol_with_ldbm_api != auto -a $ol_with_ldbm_api = ndbm ; then
|
||||
if test $ol_with_ldbm_api = ndbm ; then
|
||||
echo $ac_n "checking for NDBM library""... $ac_c" 1>&6
|
||||
echo "configure:12103: checking for NDBM library" >&5
|
||||
if eval "test \"\${ol_cv_lib_ndbm+set}\" = set"; then
|
||||
|
@ -1741,7 +1741,7 @@ if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $ol_with_ldbm_api != auto -a $ol_with_ldbm_api = ndbm ; then
|
||||
if test $ol_with_ldbm_api = ndbm ; then
|
||||
OL_NDBM
|
||||
|
||||
if test $ol_cv_ndbm = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user