From 117ffbf69f2b754e6a72f0dbd9cb0fbdaad1e878 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 26 Aug 2005 03:26:05 +0000 Subject: [PATCH] Really hide --with-ldbm-api/type from --help --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index c26e2c5a32..0bc82fe9df 100644 --- a/configure.in +++ b/configure.in @@ -302,12 +302,12 @@ OL_ARG_ENABLE(ldap,[ --enable-ldap enable ldap backend], no, [no yes mod], ol_enable_backends)dnl OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend], no, [no yes mod], ol_enable_backends)dnl -AC_WITH(ldbm_api,[ +AC_ARG_WITH(ldbm_api,,[ AC_MSG_WARN([Please use --enable-ldbm-api instead of --with-ldbm-api]) enable_ldbm_api="$with_ldbm_api"]) OL_ARG_ENABLE(ldbm_api,[ --enable-ldbm-api use LDBM API], auto, [auto berkeley bcompat mdbm gdbm]) -AC_WITH(ldbm_type,[ +AC_ARG_WITH(ldbm_type,,[ AC_MSG_WARN([Please use --enable-ldbm-type instead of --with-ldbm-type]) enable_ldbm_type="$with_ldbm_type"]) OL_ARG_ENABLE(ldbm_type,[ --enable-ldbm-type use LDBM type], -- 2.39.5