From c8892356496617454ed1bcb0c902d27cb14c6cc7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 27 Jan 2000 19:33:59 +0000 Subject: [PATCH] Only allow NDBM if manually selected. Provide no hints that one can select NDBM as NDBM is not supported. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3ca904761c..0a2771520a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index a4f3d4fe19..2964d943cd 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5