From c146b2c8df587cd41f2e05b5138150b1c53790f6 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 6 Jun 2009 16:25:52 +0200 Subject: [PATCH] pluto now requires pubkey plugin --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 94012988d..6832abaf1 100644 --- a/configure.in +++ b/configure.in @@ -1087,6 +1087,7 @@ if test x$x509 = xtrue; then fi if test x$pubkey = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" pubkey" + pluto_plugins=${pluto_plugins}" pubkey" fi if test x$xcbc = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" xcbc"