pluto now needs the gmp plugin

This commit is contained in:
Andreas Steffen
2009-05-24 19:33:16 +02:00
parent b8f8b2f1ce
commit 96d42f445e
+1
View File
@@ -1113,6 +1113,7 @@ if test x$agent = xtrue; then
fi fi
if test x$gmp = xtrue; then if test x$gmp = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" gmp" libstrongswan_plugins=${libstrongswan_plugins}" gmp"
pluto_plugins=${pluto_plugins}" gmp"
fi fi
AC_SUBST(libstrongswan_plugins) AC_SUBST(libstrongswan_plugins)