]> git.sur5r.net Git - openldap/commitdiff
Only allow NDBM if manually selected. Provide no hints that
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jan 2000 19:33:59 +0000 (19:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jan 2000 19:33:59 +0000 (19:33 +0000)
one can select NDBM as NDBM is not supported.

configure
configure.in

index 3ca904761cf411eb1945d956fe2818bcf6da9916..0a2771520a1b1c3566b4c767329cbcfa6d80ee77 100755 (executable)
--- 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
index a4f3d4fe190f1908528f5c747d81608c63b7f85e..2964d943cd5e651fe330a0d1b84d4fca6f47feee 100644 (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