From 96d42f445eadf430f845c3513e2e7c97f09ffa87 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 24 May 2009 19:33:16 +0200 Subject: [PATCH] pluto now needs the gmp plugin --- configure.in | 1 + 1 file changed, 1 insertion(+) 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)