Only allow NDBM if manually selected. Provide no hints that

one can select NDBM as NDBM is not supported.
This commit is contained in:
Kurt Zeilenga 2000-01-27 19:33:59 +00:00
parent f9427e0bcf
commit c889235649
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

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

View File

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