aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2008-10-14 08:46:31 +0000
committerTobias Brunner <tobias@strongswan.org>2008-10-14 08:46:31 +0000
commit1adaa02bb2bcd72ad6d41b22719dba29fd7d57b7 (patch)
tree03324c1a74ce2f7fff3c0f740ae44b5b06207582 /configure.in
parent9257c3a287ac873a75b5386295e2a06439c66886 (diff)
downloadstrongswan-1adaa02bb2bcd72ad6d41b22719dba29fd7d57b7.tar.bz2
strongswan-1adaa02bb2bcd72ad6d41b22719dba29fd7d57b7.tar.xz
merging kernel_pfkey plugin back from kernel-interface branch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8f3b7fa6c..117dcf30a 100644
--- a/configure.in
+++ b/configure.in
@@ -445,6 +445,14 @@ AC_ARG_ENABLE(
)
AC_ARG_ENABLE(
+ [kernel-pfkey],
+ AS_HELP_STRING([--enable-kernel-pfkey],[enable the PF_KEY kernel interface. (default is NO).]),
+ [if test x$enableval = xyes; then
+ kernel_pfkey=true
+ fi]
+)
+
+AC_ARG_ENABLE(
[nat-transport],
AS_HELP_STRING([--enable-nat-transport],[enable NAT traversal with IPsec transport mode (default is NO).]),
[if test x$enableval = xyes; then
@@ -874,6 +882,7 @@ AM_CONDITIONAL(USE_EAP_MD5, test x$eap_md5 = xtrue)
AM_CONDITIONAL(USE_EAP_GTC, test x$eap_gtc = xtrue)
AM_CONDITIONAL(USE_EAP_AKA, test x$eap_aka = xtrue)
AM_CONDITIONAL(USE_KERNEL_NETLINK, test x$kernel_netlink = xtrue)
+AM_CONDITIONAL(USE_KERNEL_PFKEY, test x$kernel_pfkey = xtrue)
dnl other options
dnl =============
@@ -949,6 +958,7 @@ AC_OUTPUT(
src/charon/plugins/eap_sim/Makefile
src/charon/plugins/eap_sim_file/Makefile
src/charon/plugins/kernel_netlink/Makefile
+ src/charon/plugins/kernel_pfkey/Makefile
src/charon/plugins/smp/Makefile
src/charon/plugins/sql/Makefile
src/charon/plugins/medsrv/Makefile