Skip NDBM check when in auto detecting LDBM api.

This commit is contained in:
Kurt Zeilenga 1998-12-01 18:33:31 +00:00
parent 808c2be41a
commit 1105b1a892
2 changed files with 156 additions and 160 deletions

308
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -855,14 +855,12 @@ if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
fi
fi
if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = ndbm ; then
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
OL_NDBM
if test $ol_cv_ndbm = yes ; then
if test $ol_with_ldbm_api = auto ; then
AC_MSG_WARN([Attempting to use NDBM. Functionality will be limited.])
fi
ol_link_ldbm=ndbm
ol_with_ldbm_api=ndbm