]> git.sur5r.net Git - openldap/blobdiff - configure.in
Commit preliminary fix for ldap.conf base usage.
[openldap] / configure.in
index 1cdaf1abea96865a359ea21b5325344871cea167..fdf1b5e82a6852a69305282fd6eed4a03874ef57 100644 (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