]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pluto can now make use of the mysql and sqlite plugins
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Oct 2009 10:43:54 +0000 (12:43 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Oct 2009 10:43:54 +0000 (12:43 +0200)
configure.in

index 057152d03fc5d3fd5b9b3a2a8440c24f64739941..7db8203905bd47000157383c55cc5b7d5019262a 100644 (file)
@@ -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"