From e972006555be456615058ce0f293f645af84a412 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 24 Oct 2001 07:31:17 +0000 Subject: [PATCH] Cleanup --help --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 670f29c124..2721d67fd6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.373 2001/10/20 22:32:55 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.374 2001/10/23 15:33:03 kurt Exp # Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved. # @@ -116,7 +116,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-monitor enable monitor backend [no]" ac_help="$ac_help - --with-monitor-module module type [static]" + --with-monitor-module module type [static]" ac_help="$ac_help --enable-passwd enable passwd backend [no]" ac_help="$ac_help diff --git a/configure.in b/configure.in index bc31e25445..eea8075c62 100644 --- a/configure.in +++ b/configure.in @@ -184,7 +184,7 @@ OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend], no)dnl OL_ARG_WITH(meta_module,[ --with-meta-module module type], static, [static dynamic]) OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend], no)dnl -OL_ARG_WITH(monitor_module,[ --with-monitor-module module type], static, +OL_ARG_WITH(monitor_module,[ --with-monitor-module module type], static, [static dynamic]) OL_ARG_ENABLE(passwd,[ --enable-passwd enable passwd backend], no)dnl OL_ARG_WITH(passwd_module,[ --with-passwd-module module type], static, -- 2.39.5