mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Support --disable-monitor: Do not leave $MONMOD empty
This commit is contained in:
parent
94747c50db
commit
9fb32a65b3
@ -12,12 +12,11 @@
|
||||
## A copy of this license is available in the file LICENSE in the
|
||||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
MONMOD=nomod
|
||||
if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then
|
||||
MON=monitor
|
||||
if [ $MONITORDB = mod ] ; then
|
||||
MONMOD=monitormod
|
||||
else
|
||||
MONMOD=nomod
|
||||
fi
|
||||
else
|
||||
MON=nomonitor
|
||||
|
Loading…
Reference in New Issue
Block a user