aboutsummaryrefslogtreecommitdiffstats
path: root/checks/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'checks/Makefile.am')
-rw-r--r--checks/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/Makefile.am b/checks/Makefile.am
index c2992a91c..9cade48d0 100644
--- a/checks/Makefile.am
+++ b/checks/Makefile.am
@@ -61,6 +61,8 @@ prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
./options: $(srcdir)/options.in
cat $(srcdir)/options.in >./options
+ @set -e; if echo "@DYNAMIC_CIPHER_MODS@" |grep tiger >/dev/null ;then \
+ echo load-extension ../cipher/tiger >>./options; fi
./gpg_dearmor:
echo '#!/bin/sh' >./gpg_dearmor