mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
fix typo (ITS#1397)
This commit is contained in:
parent
fefc29786c
commit
578c2b65ea
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ if test $ol_enable_slapd = no ; then
|
|||
if test $ol_enable_meta = yes ; then
|
||||
AC_MSG_WARN([slapd disabled, ignoring --enable-meta argument])
|
||||
fi
|
||||
if test $ol_enable_module = yes ; then
|
||||
if test $ol_enable_monitor = yes ; then
|
||||
AC_MSG_WARN([slapd disabled, ignoring --enable-monitor argument])
|
||||
fi
|
||||
if test $ol_enable_passwd = yes ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue