]> git.sur5r.net Git - openldap/commitdiff
Don't list NDBM as an option.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jan 2000 19:11:44 +0000 (19:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jan 2000 19:11:44 +0000 (19:11 +0000)
configure
configure.in

index 369db699e48e923ab234c17e89a005e099c3e5bb..0e7e770dcd794cff3bac6e8eddfcfe21ae01e3c7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.284 2000/01/08 17:42:15 kdz Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.287 2000/01/25 23:00:49 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -1943,7 +1943,7 @@ if test "${with_ldbm_api+set}" = set; then
   withval="$with_ldbm_api"
   
        ol_arg=invalid
-       for ol_val in auto db2 db mdbm gdbm ndbm manual ; do
+       for ol_val in auto db2 db mdbm gdbm manual ; do
                if test "$withval" = "$ol_val" ; then
                        ol_arg="$ol_val"
                fi
index 701ea2da89cb70e37bc5e72301684782965ce4d4..1ec4367cd4f4e777909509539097bdf18c69e49d 100644 (file)
@@ -154,7 +154,7 @@ OL_ARG_WITH(ldap_module,[      --with-ldap-module   module type], static,
        [static dynamic])
 OL_ARG_ENABLE(ldbm,[    --enable-ldbm  enable ldbm backend], yes)dnl
 OL_ARG_WITH(ldbm_api,[      --with-ldbm-api    use LDBM API], auto,
-       [auto db2 db mdbm gdbm ndbm manual])
+       [auto db2 db mdbm gdbm manual])
 OL_ARG_WITH(ldbm_module,[      --with-ldbm-module      module type], static,
        [static dynamic])
 OL_ARG_WITH(ldbm_type,[      --with-ldbm-type  use LDBM type], auto,