aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-10-06 14:38:34 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-10-06 14:38:34 +0200
commitf3e9eae28394943822fde4ad75c94c5e71384c55 (patch)
tree015a3b6991fe85ae1ff3dacf7fedae01575dc04e /configure.in
parentcf85e1319b7072a3a166ad1949a047eab610a4a6 (diff)
downloadstrongswan-f3e9eae28394943822fde4ad75c94c5e71384c55.tar.bz2
strongswan-f3e9eae28394943822fde4ad75c94c5e71384c55.tar.xz
the ikev1 scenarios need the x509 plugin
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8b4d6a428..84e6e80f3 100644
--- a/configure.in
+++ b/configure.in
@@ -586,6 +586,7 @@ if test x$random = xtrue; then
fi
if test x$x509 = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" x509"
+ pluto_plugins=${pluto_plugins}" x509"
fi
if test x$pubkey = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" pubkey"