summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2008-12-05 16:15:54 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2008-12-05 16:15:54 +0000
commitc7f1b0530b85bc7654e68992f25ed8ced5d0a80d (patch)
tree861798cd7da646014ed6919766b053099646710d /configure
parent8b80ab5a6950ce6515f477624794defd7531642a (diff)
downloadvyos-strongswan-c7f1b0530b85bc7654e68992f25ed8ced5d0a80d.tar.gz
vyos-strongswan-c7f1b0530b85bc7654e68992f25ed8ced5d0a80d.zip
[svn-upgrade] Integrating new upstream version, strongswan (4.2.9)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure241
1 files changed, 181 insertions, 60 deletions
diff --git a/configure b/configure
index acbd93ada..d993f76a1 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for strongSwan 4.2.8.
+# Generated by GNU Autoconf 2.61 for strongSwan 4.2.9.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='strongSwan'
PACKAGE_TARNAME='strongswan'
-PACKAGE_VERSION='4.2.8'
-PACKAGE_STRING='strongSwan 4.2.8'
+PACKAGE_VERSION='4.2.9'
+PACKAGE_STRING='strongSwan 4.2.9'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -950,8 +950,12 @@ USE_SMP_TRUE
USE_SMP_FALSE
USE_SQL_TRUE
USE_SQL_FALSE
+USE_UPDOWN_TRUE
+USE_UPDOWN_FALSE
USE_UNIT_TESTS_TRUE
USE_UNIT_TESTS_FALSE
+USE_LOAD_TESTS_TRUE
+USE_LOAD_TESTS_FALSE
USE_EAP_SIM_TRUE
USE_EAP_SIM_FALSE
USE_EAP_SIM_FILE_TRUE
@@ -966,12 +970,18 @@ USE_EAP_AKA_TRUE
USE_EAP_AKA_FALSE
USE_KERNEL_NETLINK_TRUE
USE_KERNEL_NETLINK_FALSE
+USE_KERNEL_PFKEY_TRUE
+USE_KERNEL_PFKEY_FALSE
+USE_KERNEL_KLIPS_TRUE
+USE_KERNEL_KLIPS_FALSE
USE_SMARTCARD_TRUE
USE_SMARTCARD_FALSE
USE_CISCO_QUIRKS_TRUE
USE_CISCO_QUIRKS_FALSE
USE_LEAK_DETECTIVE_TRUE
USE_LEAK_DETECTIVE_FALSE
+USE_LOCK_PROFILER_TRUE
+USE_LOCK_PROFILER_FALSE
USE_NAT_TRANSPORT_TRUE
USE_NAT_TRANSPORT_FALSE
USE_VENDORID_TRUE
@@ -998,8 +1008,6 @@ USE_CHARON_TRUE
USE_CHARON_FALSE
USE_TOOLS_TRUE
USE_TOOLS_FALSE
-USE_UPDOWN_TRUE
-USE_UPDOWN_FALSE
USE_LIBSTRONGSWAN_TRUE
USE_LIBSTRONGSWAN_FALSE
USE_FILE_CONFIG_TRUE
@@ -1533,7 +1541,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures strongSwan 4.2.8 to adapt to many kinds of systems.
+\`configure' configures strongSwan 4.2.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1603,7 +1611,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of strongSwan 4.2.8:";;
+ short | recursive ) echo "Configuration of strongSwan 4.2.9:";;
esac
cat <<\_ACEOF
@@ -1658,8 +1666,11 @@ Optional Features:
--enable-cisco-quirks enable support of Cisco VPN client (default is NO).
--enable-leak-detective enable malloc hooks to find memory leaks (default is
NO).
+ --enable-lock-profiling enable lock/mutex profiling code (default is NO).
--enable-unit-tests enable unit tests on IKEv2 daemon startup (default
is NO).
+ --enable-load-tests enable load testing plugin for IKEv2 daemon (default
+ is NO).
--enable-eap-sim build SIM authenication module for EAP (default is
NO).
--enable-eap-sim-file build EAP-SIM backend based on a triplet file
@@ -1675,6 +1686,8 @@ Optional Features:
--disable-kernel-netlink
disable the netlink kernel interface. (default is
NO).
+ --enable-kernel-pfkey enable the PF_KEY kernel interface. (default is NO).
+ --enable-kernel-klips enable the KLIPS kernel interface. (default is NO).
--enable-nat-transport enable NAT traversal with IPsec transport mode
(default is NO).
--disable-vendor-id disable the sending of the strongSwan vendor ID
@@ -1696,8 +1709,8 @@ Optional Features:
NO).
--disable-tools disable additional utilities (openac and
scepclient). (default is NO).
- --disable-updown disable installation of firewall scripts. (default
- is NO).
+ --disable-updown disable updown firewall script plugin. (default is
+ NO).
--enable-padlock enables VIA Padlock crypto plugin. (default is NO).
--enable-openssl enables the OpenSSL crypto plugin. (default is NO).
--enable-agent enables the ssh-agent signing plugin. (default is
@@ -1848,7 +1861,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-strongSwan configure 4.2.8
+strongSwan configure 4.2.9
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1862,7 +1875,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by strongSwan $as_me 4.2.8, which was
+It was created by strongSwan $as_me 4.2.9, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2552,7 +2565,7 @@ fi
# Define the identity of the package.
PACKAGE='strongswan'
- VERSION='4.2.8'
+ VERSION='4.2.9'
cat >>confdefs.h <<_ACEOF
@@ -5373,6 +5386,15 @@ if test "${enable_leak_detective+set}" = set; then
fi
+# Check whether --enable-lock-profiler was given.
+if test "${enable_lock_profiler+set}" = set; then
+ enableval=$enable_lock_profiler; if test x$enableval = xyes; then
+ lock_profiler=true
+ fi
+
+fi
+
+
# Check whether --enable-unit-tests was given.
if test "${enable_unit_tests+set}" = set; then
enableval=$enable_unit_tests; if test x$enableval = xyes; then
@@ -5382,6 +5404,15 @@ if test "${enable_unit_tests+set}" = set; then
fi
+# Check whether --enable-load-tests was given.
+if test "${enable_load_tests+set}" = set; then
+ enableval=$enable_load_tests; if test x$enableval = xyes; then
+ loadtest=true
+ fi
+
+fi
+
+
# Check whether --enable-eap-sim was given.
if test "${enable_eap_sim+set}" = set; then
enableval=$enable_eap_sim; if test x$enableval = xyes; then
@@ -5449,6 +5480,24 @@ else
fi
+# Check whether --enable-kernel-pfkey was given.
+if test "${enable_kernel_pfkey+set}" = set; then
+ enableval=$enable_kernel_pfkey; if test x$enableval = xyes; then
+ kernel_pfkey=true
+ fi
+
+fi
+
+
+# Check whether --enable-kernel-klips was given.
+if test "${enable_kernel_klips+set}" = set; then
+ enableval=$enable_kernel_klips; if test x$enableval = xyes; then
+ kernel_klips=true
+ fi
+
+fi
+
+
# Check whether --enable-nat-transport was given.
if test "${enable_nat_transport+set}" = set; then
enableval=$enable_nat_transport; if test x$enableval = xyes; then
@@ -6369,7 +6418,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 6372 "configure"' > conftest.$ac_ext
+ echo '#line 6421 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -8947,11 +8996,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8950: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8999: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8954: \$? = $ac_status" >&5
+ echo "$as_me:9003: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9237,11 +9286,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9240: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9289: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:9244: \$? = $ac_status" >&5
+ echo "$as_me:9293: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9341,11 +9390,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9344: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9393: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9348: \$? = $ac_status" >&5
+ echo "$as_me:9397: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -11718,7 +11767,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11721 "configure"
+#line 11770 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11818,7 +11867,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11821 "configure"
+#line 11870 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14219,11 +14268,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14222: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14271: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14226: \$? = $ac_status" >&5
+ echo "$as_me:14275: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -14323,11 +14372,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14326: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14375: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14330: \$? = $ac_status" >&5
+ echo "$as_me:14379: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -15921,11 +15970,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:15924: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:15973: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:15928: \$? = $ac_status" >&5
+ echo "$as_me:15977: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16025,11 +16074,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16028: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16077: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:16032: \$? = $ac_status" >&5
+ echo "$as_me:16081: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -18245,11 +18294,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18248: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18297: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:18252: \$? = $ac_status" >&5
+ echo "$as_me:18301: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -18535,11 +18584,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18538: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18587: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:18542: \$? = $ac_status" >&5
+ echo "$as_me:18591: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -18639,11 +18688,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18642: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18691: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:18646: \$? = $ac_status" >&5
+ echo "$as_me:18695: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -25632,6 +25681,14 @@ else
USE_SQL_FALSE=
fi
+ if test x$updown = xtrue; then
+ USE_UPDOWN_TRUE=
+ USE_UPDOWN_FALSE='#'
+else
+ USE_UPDOWN_TRUE='#'
+ USE_UPDOWN_FALSE=
+fi
+
if test x$unittest = xtrue; then
USE_UNIT_TESTS_TRUE=
USE_UNIT_TESTS_FALSE='#'
@@ -25640,6 +25697,14 @@ else
USE_UNIT_TESTS_FALSE=
fi
+ if test x$loadtest = xtrue; then
+ USE_LOAD_TESTS_TRUE=
+ USE_LOAD_TESTS_FALSE='#'
+else
+ USE_LOAD_TESTS_TRUE='#'
+ USE_LOAD_TESTS_FALSE=
+fi
+
if test x$eap_sim = xtrue; then
USE_EAP_SIM_TRUE=
USE_EAP_SIM_FALSE='#'
@@ -25696,6 +25761,22 @@ else
USE_KERNEL_NETLINK_FALSE=
fi
+ if test x$kernel_pfkey = xtrue; then
+ USE_KERNEL_PFKEY_TRUE=
+ USE_KERNEL_PFKEY_FALSE='#'
+else
+ USE_KERNEL_PFKEY_TRUE='#'
+ USE_KERNEL_PFKEY_FALSE=
+fi
+
+ if test x$kernel_klips = xtrue; then
+ USE_KERNEL_KLIPS_TRUE=
+ USE_KERNEL_KLIPS_FALSE='#'
+else
+ USE_KERNEL_KLIPS_TRUE='#'
+ USE_KERNEL_KLIPS_FALSE=
+fi
+
if test x$smartcard = xtrue; then
USE_SMARTCARD_TRUE=
@@ -25721,6 +25802,14 @@ else
USE_LEAK_DETECTIVE_FALSE=
fi
+ if test x$lock_profiler = xtrue; then
+ USE_LOCK_PROFILER_TRUE=
+ USE_LOCK_PROFILER_FALSE='#'
+else
+ USE_LOCK_PROFILER_TRUE='#'
+ USE_LOCK_PROFILER_FALSE=
+fi
+
if test x$nat_transport = xtrue; then
USE_NAT_TRANSPORT_TRUE=
USE_NAT_TRANSPORT_FALSE='#'
@@ -25825,14 +25914,6 @@ else
USE_TOOLS_FALSE=
fi
- if test x$updown = xtrue; then
- USE_UPDOWN_TRUE=
- USE_UPDOWN_FALSE='#'
-else
- USE_UPDOWN_TRUE='#'
- USE_UPDOWN_FALSE=
-fi
-
if test x$charon = xtrue -o x$tools = xtrue; then
USE_LIBSTRONGSWAN_TRUE=
USE_LIBSTRONGSWAN_FALSE='#'
@@ -25865,7 +25946,7 @@ _ACEOF
fi
-ac_config_files="$ac_config_files Makefile src/Makefile src/include/Makefile src/libstrongswan/Makefile src/libstrongswan/plugins/aes/Makefile src/libstrongswan/plugins/des/Makefile src/libstrongswan/plugins/md5/Makefile src/libstrongswan/plugins/sha1/Makefile src/libstrongswan/plugins/sha2/Makefile src/libstrongswan/plugins/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile src/libstrongswan/plugins/random/Makefile src/libstrongswan/plugins/hmac/Makefile src/libstrongswan/plugins/xcbc/Makefile src/libstrongswan/plugins/x509/Makefile src/libstrongswan/plugins/pubkey/Makefile src/libstrongswan/plugins/curl/Makefile src/libstrongswan/plugins/ldap/Makefile src/libstrongswan/plugins/mysql/Makefile src/libstrongswan/plugins/sqlite/Makefile src/libstrongswan/plugins/padlock/Makefile src/libstrongswan/plugins/openssl/Makefile src/libstrongswan/plugins/agent/Makefile src/libstrongswan/fips/Makefile src/libcrypto/Makefile src/libfreeswan/Makefile src/pluto/Makefile src/whack/Makefile src/charon/Makefile src/charon/plugins/eap_aka/Makefile src/charon/plugins/eap_identity/Makefile src/charon/plugins/eap_md5/Makefile src/charon/plugins/eap_gtc/Makefile src/charon/plugins/eap_sim/Makefile src/charon/plugins/eap_sim_file/Makefile src/charon/plugins/kernel_netlink/Makefile src/charon/plugins/smp/Makefile src/charon/plugins/sql/Makefile src/charon/plugins/medsrv/Makefile src/charon/plugins/medcli/Makefile src/charon/plugins/nm/Makefile src/charon/plugins/uci/Makefile src/charon/plugins/stroke/Makefile src/charon/plugins/unit_tester/Makefile src/stroke/Makefile src/ipsec/Makefile src/starter/Makefile src/_updown/Makefile src/_updown_espmark/Makefile src/_copyright/Makefile src/openac/Makefile src/scepclient/Makefile src/dumm/Makefile src/libfast/Makefile src/manager/Makefile src/medsrv/Makefile scripts/Makefile testing/Makefile"
+ac_config_files="$ac_config_files Makefile src/Makefile src/include/Makefile src/libstrongswan/Makefile src/libstrongswan/plugins/aes/Makefile src/libstrongswan/plugins/des/Makefile src/libstrongswan/plugins/md5/Makefile src/libstrongswan/plugins/sha1/Makefile src/libstrongswan/plugins/sha2/Makefile src/libstrongswan/plugins/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile src/libstrongswan/plugins/random/Makefile src/libstrongswan/plugins/hmac/Makefile src/libstrongswan/plugins/xcbc/Makefile src/libstrongswan/plugins/x509/Makefile src/libstrongswan/plugins/pubkey/Makefile src/libstrongswan/plugins/curl/Makefile src/libstrongswan/plugins/ldap/Makefile src/libstrongswan/plugins/mysql/Makefile src/libstrongswan/plugins/sqlite/Makefile src/libstrongswan/plugins/padlock/Makefile src/libstrongswan/plugins/openssl/Makefile src/libstrongswan/plugins/agent/Makefile src/libstrongswan/fips/Makefile src/libcrypto/Makefile src/libfreeswan/Makefile src/pluto/Makefile src/whack/Makefile src/charon/Makefile src/charon/plugins/eap_aka/Makefile src/charon/plugins/eap_identity/Makefile src/charon/plugins/eap_md5/Makefile src/charon/plugins/eap_gtc/Makefile 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/kernel_klips/Makefile src/charon/plugins/smp/Makefile src/charon/plugins/sql/Makefile src/charon/plugins/medsrv/Makefile src/charon/plugins/medcli/Makefile src/charon/plugins/nm/Makefile src/charon/plugins/uci/Makefile src/charon/plugins/stroke/Makefile src/charon/plugins/updown/Makefile src/charon/plugins/unit_tester/Makefile src/charon/plugins/load_tester/Makefile src/stroke/Makefile src/ipsec/Makefile src/starter/Makefile src/_updown/Makefile src/_updown_espmark/Makefile src/_copyright/Makefile src/openac/Makefile src/scepclient/Makefile src/dumm/Makefile src/libfast/Makefile src/manager/Makefile src/medsrv/Makefile scripts/Makefile testing/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -26203,6 +26284,13 @@ echo "$as_me: error: conditional \"USE_SQL\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_UPDOWN_TRUE}" && test -z "${USE_UPDOWN_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_UPDOWN\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_UPDOWN\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${USE_UNIT_TESTS_TRUE}" && test -z "${USE_UNIT_TESTS_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_UNIT_TESTS\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -26210,6 +26298,13 @@ echo "$as_me: error: conditional \"USE_UNIT_TESTS\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_LOAD_TESTS_TRUE}" && test -z "${USE_LOAD_TESTS_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_LOAD_TESTS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_LOAD_TESTS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${USE_EAP_SIM_TRUE}" && test -z "${USE_EAP_SIM_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_EAP_SIM\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -26259,6 +26354,20 @@ echo "$as_me: error: conditional \"USE_KERNEL_NETLINK\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_KERNEL_PFKEY_TRUE}" && test -z "${USE_KERNEL_PFKEY_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_KERNEL_PFKEY\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_KERNEL_PFKEY\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_KERNEL_KLIPS_TRUE}" && test -z "${USE_KERNEL_KLIPS_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_KERNEL_KLIPS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_KERNEL_KLIPS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${USE_SMARTCARD_TRUE}" && test -z "${USE_SMARTCARD_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_SMARTCARD\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -26280,6 +26389,13 @@ echo "$as_me: error: conditional \"USE_LEAK_DETECTIVE\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_LOCK_PROFILER_TRUE}" && test -z "${USE_LOCK_PROFILER_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_LOCK_PROFILER\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_LOCK_PROFILER\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${USE_NAT_TRANSPORT_TRUE}" && test -z "${USE_NAT_TRANSPORT_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_NAT_TRANSPORT\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -26371,13 +26487,6 @@ echo "$as_me: error: conditional \"USE_TOOLS\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
-if test -z "${USE_UPDOWN_TRUE}" && test -z "${USE_UPDOWN_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"USE_UPDOWN\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-echo "$as_me: error: conditional \"USE_UPDOWN\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
- { (exit 1); exit 1; }; }
-fi
if test -z "${USE_LIBSTRONGSWAN_TRUE}" && test -z "${USE_LIBSTRONGSWAN_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_LIBSTRONGSWAN\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -26692,7 +26801,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by strongSwan $as_me 4.2.8, which was
+This file was extended by strongSwan $as_me 4.2.9, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -26739,7 +26848,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-strongSwan config.status 4.2.8
+strongSwan config.status 4.2.9
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -26881,6 +26990,8 @@ do
"src/charon/plugins/eap_sim/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/eap_sim/Makefile" ;;
"src/charon/plugins/eap_sim_file/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/eap_sim_file/Makefile" ;;
"src/charon/plugins/kernel_netlink/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/kernel_netlink/Makefile" ;;
+ "src/charon/plugins/kernel_pfkey/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/kernel_pfkey/Makefile" ;;
+ "src/charon/plugins/kernel_klips/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/kernel_klips/Makefile" ;;
"src/charon/plugins/smp/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/smp/Makefile" ;;
"src/charon/plugins/sql/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/sql/Makefile" ;;
"src/charon/plugins/medsrv/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/medsrv/Makefile" ;;
@@ -26888,7 +26999,9 @@ do
"src/charon/plugins/nm/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/nm/Makefile" ;;
"src/charon/plugins/uci/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/uci/Makefile" ;;
"src/charon/plugins/stroke/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/stroke/Makefile" ;;
+ "src/charon/plugins/updown/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/updown/Makefile" ;;
"src/charon/plugins/unit_tester/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/unit_tester/Makefile" ;;
+ "src/charon/plugins/load_tester/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/load_tester/Makefile" ;;
"src/stroke/Makefile") CONFIG_FILES="$CONFIG_FILES src/stroke/Makefile" ;;
"src/ipsec/Makefile") CONFIG_FILES="$CONFIG_FILES src/ipsec/Makefile" ;;
"src/starter/Makefile") CONFIG_FILES="$CONFIG_FILES src/starter/Makefile" ;;
@@ -27189,16 +27302,16 @@ USE_SMP_TRUE!$USE_SMP_TRUE$ac_delim
USE_SMP_FALSE!$USE_SMP_FALSE$ac_delim
USE_SQL_TRUE!$USE_SQL_TRUE$ac_delim
USE_SQL_FALSE!$USE_SQL_FALSE$ac_delim
+USE_UPDOWN_TRUE!$USE_UPDOWN_TRUE$ac_delim
+USE_UPDOWN_FALSE!$USE_UPDOWN_FALSE$ac_delim
USE_UNIT_TESTS_TRUE!$USE_UNIT_TESTS_TRUE$ac_delim
USE_UNIT_TESTS_FALSE!$USE_UNIT_TESTS_FALSE$ac_delim
+USE_LOAD_TESTS_TRUE!$USE_LOAD_TESTS_TRUE$ac_delim
+USE_LOAD_TESTS_FALSE!$USE_LOAD_TESTS_FALSE$ac_delim
USE_EAP_SIM_TRUE!$USE_EAP_SIM_TRUE$ac_delim
USE_EAP_SIM_FALSE!$USE_EAP_SIM_FALSE$ac_delim
USE_EAP_SIM_FILE_TRUE!$USE_EAP_SIM_FILE_TRUE$ac_delim
USE_EAP_SIM_FILE_FALSE!$USE_EAP_SIM_FILE_FALSE$ac_delim
-USE_EAP_IDENTITY_TRUE!$USE_EAP_IDENTITY_TRUE$ac_delim
-USE_EAP_IDENTITY_FALSE!$USE_EAP_IDENTITY_FALSE$ac_delim
-USE_EAP_MD5_TRUE!$USE_EAP_MD5_TRUE$ac_delim
-USE_EAP_MD5_FALSE!$USE_EAP_MD5_FALSE$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -27240,18 +27353,28 @@ _ACEOF
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+USE_EAP_IDENTITY_TRUE!$USE_EAP_IDENTITY_TRUE$ac_delim
+USE_EAP_IDENTITY_FALSE!$USE_EAP_IDENTITY_FALSE$ac_delim
+USE_EAP_MD5_TRUE!$USE_EAP_MD5_TRUE$ac_delim
+USE_EAP_MD5_FALSE!$USE_EAP_MD5_FALSE$ac_delim
USE_EAP_GTC_TRUE!$USE_EAP_GTC_TRUE$ac_delim
USE_EAP_GTC_FALSE!$USE_EAP_GTC_FALSE$ac_delim
USE_EAP_AKA_TRUE!$USE_EAP_AKA_TRUE$ac_delim
USE_EAP_AKA_FALSE!$USE_EAP_AKA_FALSE$ac_delim
USE_KERNEL_NETLINK_TRUE!$USE_KERNEL_NETLINK_TRUE$ac_delim
USE_KERNEL_NETLINK_FALSE!$USE_KERNEL_NETLINK_FALSE$ac_delim
+USE_KERNEL_PFKEY_TRUE!$USE_KERNEL_PFKEY_TRUE$ac_delim
+USE_KERNEL_PFKEY_FALSE!$USE_KERNEL_PFKEY_FALSE$ac_delim
+USE_KERNEL_KLIPS_TRUE!$USE_KERNEL_KLIPS_TRUE$ac_delim
+USE_KERNEL_KLIPS_FALSE!$USE_KERNEL_KLIPS_FALSE$ac_delim
USE_SMARTCARD_TRUE!$USE_SMARTCARD_TRUE$ac_delim
USE_SMARTCARD_FALSE!$USE_SMARTCARD_FALSE$ac_delim
USE_CISCO_QUIRKS_TRUE!$USE_CISCO_QUIRKS_TRUE$ac_delim
USE_CISCO_QUIRKS_FALSE!$USE_CISCO_QUIRKS_FALSE$ac_delim
USE_LEAK_DETECTIVE_TRUE!$USE_LEAK_DETECTIVE_TRUE$ac_delim
USE_LEAK_DETECTIVE_FALSE!$USE_LEAK_DETECTIVE_FALSE$ac_delim
+USE_LOCK_PROFILER_TRUE!$USE_LOCK_PROFILER_TRUE$ac_delim
+USE_LOCK_PROFILER_FALSE!$USE_LOCK_PROFILER_FALSE$ac_delim
USE_NAT_TRANSPORT_TRUE!$USE_NAT_TRANSPORT_TRUE$ac_delim
USE_NAT_TRANSPORT_FALSE!$USE_NAT_TRANSPORT_FALSE$ac_delim
USE_VENDORID_TRUE!$USE_VENDORID_TRUE$ac_delim
@@ -27278,8 +27401,6 @@ USE_CHARON_TRUE!$USE_CHARON_TRUE$ac_delim
USE_CHARON_FALSE!$USE_CHARON_FALSE$ac_delim
USE_TOOLS_TRUE!$USE_TOOLS_TRUE$ac_delim
USE_TOOLS_FALSE!$USE_TOOLS_FALSE$ac_delim
-USE_UPDOWN_TRUE!$USE_UPDOWN_TRUE$ac_delim
-USE_UPDOWN_FALSE!$USE_UPDOWN_FALSE$ac_delim
USE_LIBSTRONGSWAN_TRUE!$USE_LIBSTRONGSWAN_TRUE$ac_delim
USE_LIBSTRONGSWAN_FALSE!$USE_LIBSTRONGSWAN_FALSE$ac_delim
USE_FILE_CONFIG_TRUE!$USE_FILE_CONFIG_TRUE$ac_delim
@@ -27288,7 +27409,7 @@ LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 46; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5