diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-24 19:33:16 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-24 19:33:16 +0200 |
commit | 96d42f445eadf430f845c3513e2e7c97f09ffa87 (patch) | |
tree | 65590683b45514a29657031e870b686e616ba1a2 | |
parent | b8f8b2f1ce65b1850cbc3364f39323fb6aac2c11 (diff) | |
download | strongswan-96d42f445eadf430f845c3513e2e7c97f09ffa87.tar.bz2 strongswan-96d42f445eadf430f845c3513e2e7c97f09ffa87.tar.xz |
pluto now needs the gmp plugin
-rw-r--r-- | configure.in | 1 |
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) |