From 601bc1df20d934030a0acf342f38169e50a799ad Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 14 Oct 2009 12:43:54 +0200 Subject: [PATCH] pluto can now make use of the mysql and sqlite plugins --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 057152d03..7db820390 100644 --- a/configure.in +++ b/configure.in @@ -615,9 +615,11 @@ if test x$pem = xtrue; then fi if test x$mysql = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" mysql" + pluto_plugins=${pluto_plugins}" mysql" fi if test x$sqlite = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" sqlite" + pluto_plugins=${pluto_plugins}" sqlite" fi if test x$attr_sql = xtrue -o x$sql = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" attr-sql"