mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Align --help
This commit is contained in:
parent
ab3b125d1e
commit
fb440f01ab
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -121,7 +121,7 @@ ac_help="$ac_help
|
|||
ac_help="$ac_help
|
||||
--enable-null enable null backend [no]"
|
||||
ac_help="$ac_help
|
||||
--with-null-module module type [static]"
|
||||
--with-null-module module type [static]"
|
||||
ac_help="$ac_help
|
||||
--enable-passwd enable passwd backend [no]"
|
||||
ac_help="$ac_help
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend], no)dnl
|
|||
OL_ARG_WITH(monitor_module,[ --with-monitor-module module type], static,
|
||||
[static dynamic])
|
||||
OL_ARG_ENABLE(null,[ --enable-null enable null backend], no)dnl
|
||||
OL_ARG_WITH(null_module,[ --with-null-module module type], static,
|
||||
OL_ARG_WITH(null_module,[ --with-null-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 a new issue