]> git.sur5r.net Git - openldap/commitdiff
Cleanup --help
authorKurt Zeilenga <kurt@openldap.org>
Wed, 24 Oct 2001 07:31:17 +0000 (07:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 24 Oct 2001 07:31:17 +0000 (07:31 +0000)
configure
configure.in

index 670f29c1245789b2a3e8b832d5291a5b69ae2dcd..2721d67fd619b1168a529af824abbc9a4bde32e3 100755 (executable)
--- 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
index bc31e25445f9723a836750e060916f0ad2997cef..eea8075c62b33653f977133d83c4ffd7175bbf7f 100644 (file)
@@ -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,