mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Cleanup --help
This commit is contained in:
parent
23bf2fb086
commit
e972006555
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user