aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-27 15:26:53 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-30 13:25:13 +0200
commit3986c1e3fdba3cfe04d4c1831a3d21d14e4287aa (patch)
tree0298a8ae02fdfbf6ceebc82a0bef45ac71e7ce55 /scripts
parent45f647c9cd78b03ad526f78b312b139932354607 (diff)
downloadstrongswan-3986c1e3fdba3cfe04d4c1831a3d21d14e4287aa.tar.bz2
strongswan-3986c1e3fdba3cfe04d4c1831a3d21d14e4287aa.tar.xz
autoconf: Replace --disable-tools option with --disable-scepclient
Since using a separate option for pki this was the only tool that was still enabled by that option.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 5aa576e80..48d4e9f63 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -19,11 +19,11 @@ default)
CONFIG="--with-printf-hooks=glibc"
;;
openssl)
- CONFIG="--disable-defaults --enable-tools --enable-openssl"
+ CONFIG="--disable-defaults --enable-pki --enable-openssl"
DEPS="libssl-dev"
;;
gcrypt)
- CONFIG="--disable-defaults --enable-tools --enable-gcrypt --enable-pkcs1"
+ CONFIG="--disable-defaults --enable-pki --enable-gcrypt --enable-pkcs1"
DEPS="libgcrypt11-dev"
;;
printf-builtin)