From 45842ab4a1750a52bfdf1e61c938831f05ecb6fa Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 27 Jan 2000 19:11:44 +0000 Subject: [PATCH] Don't list NDBM as an option. --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 369db699e4..0e7e770dcd 100755 --- 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 diff --git a/configure.in b/configure.in index 701ea2da89..1ec4367cd4 100644 --- a/configure.in +++ b/configure.in @@ -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, -- 2.39.5