]> git.sur5r.net Git - openldap/commitdiff
Disable --without-tls
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Dec 2003 17:23:36 +0000 (17:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Dec 2003 17:23:36 +0000 (17:23 +0000)
tests/scripts/test021-certificate

index 6da5e155d566c305af00b53e7d682234626398ec..9c74de5f72ea0edae5e3db7691d8975052ef6a05 100755 (executable)
 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..."