Support configure --disable-monitor

This commit is contained in:
Hallvard Furuseth 2010-11-19 13:32:33 +00:00
parent b75b769471
commit 77b87520f6

View File

@ -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
#