pluto can now make use of the mysql and sqlite plugins

This commit is contained in:
Andreas Steffen
2009-10-14 12:43:54 +02:00
parent 32bc430591
commit 601bc1df20
+2
View 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"