Import from devel:

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:35:05 +00:00
parent dc5440597f
commit 1399c79f7f
2 changed files with 160 additions and 164 deletions

320
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1160,9 +1160,7 @@ if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = mdbm ; then
fi
fi
if test $ol_with_ldbm_api = auto ; then
AC_MSG_WARN([skipping automatic checking for NDBM, must be manually enabled.])
elif test $ol_with_ldbm_api = ndbm ; then
if test $ol_with_ldbm_api = ndbm ; then
OL_NDBM
if test $ol_cv_ndbm = yes ; then