strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32bc430
)
pluto can now make use of the mysql and sqlite plugins
author
Andreas Steffen
<andreas.steffen@strongswan.org>
Wed, 14 Oct 2009 10:43:54 +0000
(12:43 +0200)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Wed, 14 Oct 2009 10:43:54 +0000
(12:43 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
057152d
..
7db8203
100644
(file)
--- 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"