mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Support configure --disable-monitor
This commit is contained in:
parent
b75b769471
commit
77b87520f6
@ -16,6 +16,11 @@
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test $MONITORDB = "no" ; then
|
||||
echo "Monitor backend not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user