aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-24 19:33:16 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-24 19:33:16 +0200
commit96d42f445eadf430f845c3513e2e7c97f09ffa87 (patch)
tree65590683b45514a29657031e870b686e616ba1a2
parentb8f8b2f1ce65b1850cbc3364f39323fb6aac2c11 (diff)
downloadstrongswan-96d42f445eadf430f845c3513e2e7c97f09ffa87.tar.bz2
strongswan-96d42f445eadf430f845c3513e2e7c97f09ffa87.tar.xz
pluto now needs the gmp plugin
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f12936f1b..94012988d 100644
--- a/configure.in
+++ b/configure.in
@@ -1113,6 +1113,7 @@ if test x$agent = xtrue; then
fi
if test x$gmp = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" gmp"
+ pluto_plugins=${pluto_plugins}" gmp"
fi
AC_SUBST(libstrongswan_plugins)