Requires --with-tls

This commit is contained in:
Kurt Zeilenga 2003-12-16 03:25:32 +00:00
parent 52c0adeb19
commit 5e77767be5

View File

@ -16,6 +16,11 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test "$AC_WITH_TLS" != "yes" ; then
echo "test disabled, requires --with-tls"
exit
fi
mkdir -p $TESTDIR $DBDIR1
echo "Running slapadd to build slapd database..."