Cleanup --help

This commit is contained in:
Kurt Zeilenga 2001-10-24 07:31:17 +00:00
parent 23bf2fb086
commit e972006555
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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

View 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,