Test no longer depends on --with-tls

This commit is contained in:
Howard Chu 2007-05-13 09:35:57 +00:00
parent 9688a3ae7e
commit 6d01c81596

View File

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