mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Requires --with-tls
This commit is contained in:
parent
52c0adeb19
commit
5e77767be5
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user