diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-14 12:43:54 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-14 12:43:54 +0200 |
commit | 601bc1df20d934030a0acf342f38169e50a799ad (patch) | |
tree | aae5cc2c3007dba49f9f8530ca979d4c77e87fc0 | |
parent | 32bc430591edd6664ab525025547e5b073d69410 (diff) | |
download | strongswan-601bc1df20d934030a0acf342f38169e50a799ad.tar.bz2 strongswan-601bc1df20d934030a0acf342f38169e50a799ad.tar.xz |
pluto can now make use of the mysql and sqlite plugins
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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" |