aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-16 19:43:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-16 19:43:40 +0000
commitfa490b2292fec40bbdfdf5cccf3689ff9b0a9b46 (patch)
tree3afb918cbb4d6ad3dbdee1d049347abaf4e78f8e
parent041ef349c00aec5fe9695789168e2d5dfec76071 (diff)
downloadanubis-fa490b2292fec40bbdfdf5cccf3689ff9b0a9b46.tar.gz
anubis-fa490b2292fec40bbdfdf5cccf3689ff9b0a9b46.tar.bz2
Conditionally include -c and -k.
-rw-r--r--testsuite/etc/target.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/etc/target.in.in b/testsuite/etc/target.in.in
index 3bfe263..3c3ab98 100644
--- a/testsuite/etc/target.in.in
+++ b/testsuite/etc/target.in.in
@@ -19,9 +19,9 @@
BEGIN CONTROL
mode auth
bind @ANUBIS_PORT@
-local-mta TESTDIR/mta -bs -d TESTDIR/etc/mta.log \
+local-mta TESTDIR/mta -bs -d TESTDIR/etc/mta.log ifdef(`WITH_SSL',`\
-c TOP_SRCDIR/testsuite/data/anubis.pem \
- -k TOP_SRCDIR/testsuite/data/anubis.pem
+ -k TOP_SRCDIR/testsuite/data/anubis.pem')
termlevel debug
# Make sure root won't receive any spurious messages via syslog. If
# make check is run by root, the following directive is ignored.

Return to:

Send suggestions and report system problems to the System administrator.