summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure378
1 files changed, 331 insertions, 47 deletions
diff --git a/configure b/configure
index 575ea96fb..17efdfc15 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.1.8.
+# Generated by GNU Autoconf 2.61 for strongSwan 4.1.10.
#
# 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.1.8'
-PACKAGE_STRING='strongSwan 4.1.8'
+PACKAGE_VERSION='4.1.10'
+PACKAGE_STRING='strongSwan 4.1.10'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -860,6 +860,8 @@ USE_LIBCURL_TRUE
USE_LIBCURL_FALSE
USE_LIBLDAP_TRUE
USE_LIBLDAP_FALSE
+USE_STROKE_TRUE
+USE_STROKE_FALSE
USE_LIBDBUS_TRUE
USE_LIBDBUS_FALSE
USE_LIBXML_TRUE
@@ -872,8 +874,14 @@ USE_CISCO_QUIRKS_TRUE
USE_CISCO_QUIRKS_FALSE
USE_LEAK_DETECTIVE_TRUE
USE_LEAK_DETECTIVE_FALSE
-BUILD_EAP_SIM_TRUE
-BUILD_EAP_SIM_FALSE
+USE_EAP_SIM_TRUE
+USE_EAP_SIM_FALSE
+USE_EAP_IDENTITY_TRUE
+USE_EAP_IDENTITY_FALSE
+USE_EAP_MD5_TRUE
+USE_EAP_MD5_FALSE
+USE_EAP_AKA_TRUE
+USE_EAP_AKA_FALSE
USE_NAT_TRANSPORT_TRUE
USE_NAT_TRANSPORT_FALSE
USE_VENDORID_TRUE
@@ -890,6 +898,18 @@ USE_INTEGRITY_TEST_TRUE
USE_INTEGRITY_TEST_FALSE
USE_SELF_TEST_TRUE
USE_SELF_TEST_FALSE
+USE_PLUTO_TRUE
+USE_PLUTO_FALSE
+USE_CHARON_TRUE
+USE_CHARON_FALSE
+USE_TOOLS_TRUE
+USE_TOOLS_FALSE
+USE_PLUTO_OR_CHARON_TRUE
+USE_PLUTO_OR_CHARON_FALSE
+USE_LIBSTRONGSWAN_TRUE
+USE_LIBSTRONGSWAN_FALSE
+USE_FILE_CONFIG_TRUE
+USE_FILE_CONFIG_FALSE
build
build_cpu
build_vendor
@@ -1453,7 +1473,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.1.8 to adapt to many kinds of systems.
+\`configure' configures strongSwan 4.1.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1523,7 +1543,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of strongSwan 4.1.8:";;
+ short | recursive ) echo "Configuration of strongSwan 4.1.10:";;
esac
cat <<\_ACEOF
@@ -1536,6 +1556,8 @@ Optional Features:
over HTTP (default is NO). Requires libcurl.
--enable-ldap enable fetching of CRLs from LDAP (default is NO).
Requires openLDAP.
+ --disable-stroke disable charons stroke (pluto compatibility)
+ configuration backend. (default is NO).
--enable-dbus enable DBUS configuration and control interface
(default is NO). Requires libdbus.
--enable-xml enable XML configuration and control interface
@@ -1548,6 +1570,12 @@ Optional Features:
NO).
--enable-eap-sim build SIM authenication module for EAP (default is
NO).
+ --enable-eap-identity build EAP module providing EAP-Identity helper
+ (default is NO).
+ --enable-eap-md5 build MD5 (CHAP) authenication module for EAP
+ (default is NO).
+ --enable-eap-aka build AKA authentication module for EAP (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
@@ -1561,6 +1589,12 @@ Optional Features:
(default is NO).
--disable-self-test disable the self-test of the crypto library (default
is NO).
+ --disable-pluto disable the IKEv1 keying daemon pluto. (default is
+ NO).
+ --disable-charon disable the IKEv2 keying daemon charon. (default is
+ NO).
+ --disable-tools disable additional utilities (openac and
+ scepclient). (default is NO).
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
@@ -1699,7 +1733,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-strongSwan configure 4.1.8
+strongSwan configure 4.1.10
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1713,7 +1747,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.1.8, which was
+It was created by strongSwan $as_me 4.1.10, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2403,7 +2437,7 @@ fi
# Define the identity of the package.
PACKAGE='strongswan'
- VERSION='4.1.8'
+ VERSION='4.1.10'
cat >>confdefs.h <<_ACEOF
@@ -4868,6 +4902,27 @@ else
fi
+# Check whether --enable-stroke was given.
+if test "${enable_stroke+set}" = set; then
+ enableval=$enable_stroke; if test x$enableval = xyes; then
+ stroke=true
+ else
+ stroke=false
+ fi
+else
+ stroke=true
+
+fi
+
+ if test x$stroke = xtrue; then
+ USE_STROKE_TRUE=
+ USE_STROKE_FALSE='#'
+else
+ USE_STROKE_TRUE='#'
+ USE_STROKE_FALSE=
+fi
+
+
# Check whether --enable-dbus was given.
if test "${enable_dbus+set}" = set; then
enableval=$enable_dbus; if test x$enableval = xyes; then
@@ -4995,11 +5050,62 @@ if test "${enable_eap_sim+set}" = set; then
fi
if test x$eap_sim = xtrue; then
- BUILD_EAP_SIM_TRUE=
- BUILD_EAP_SIM_FALSE='#'
+ USE_EAP_SIM_TRUE=
+ USE_EAP_SIM_FALSE='#'
+else
+ USE_EAP_SIM_TRUE='#'
+ USE_EAP_SIM_FALSE=
+fi
+
+
+# Check whether --enable-eap-identity was given.
+if test "${enable_eap_identity+set}" = set; then
+ enableval=$enable_eap_identity; if test x$enableval = xyes; then
+ eap_identity=true
+ fi
+
+fi
+
+ if test x$eap_identity = xtrue; then
+ USE_EAP_IDENTITY_TRUE=
+ USE_EAP_IDENTITY_FALSE='#'
+else
+ USE_EAP_IDENTITY_TRUE='#'
+ USE_EAP_IDENTITY_FALSE=
+fi
+
+
+# Check whether --enable-eap-md5 was given.
+if test "${enable_eap_md5+set}" = set; then
+ enableval=$enable_eap_md5; if test x$enableval = xyes; then
+ eap_md5=true
+ fi
+
+fi
+
+ if test x$eap_md5 = xtrue; then
+ USE_EAP_MD5_TRUE=
+ USE_EAP_MD5_FALSE='#'
else
- BUILD_EAP_SIM_TRUE='#'
- BUILD_EAP_SIM_FALSE=
+ USE_EAP_MD5_TRUE='#'
+ USE_EAP_MD5_FALSE=
+fi
+
+
+# Check whether --enable-eap-aka was given.
+if test "${enable_eap_aka+set}" = set; then
+ enableval=$enable_eap_aka; if test x$enableval = xyes; then
+ eap_aka=true
+ fi
+
+fi
+
+ if test x$eap_aka = xtrue; then
+ USE_EAP_AKA_TRUE=
+ USE_EAP_AKA_FALSE='#'
+else
+ USE_EAP_AKA_TRUE='#'
+ USE_EAP_AKA_FALSE=
fi
@@ -5163,6 +5269,94 @@ else
fi
+# Check whether --enable-pluto was given.
+if test "${enable_pluto+set}" = set; then
+ enableval=$enable_pluto; if test x$enableval = xyes; then
+ pluto=true
+ else
+ pluto=false
+ fi
+else
+ pluto=true
+
+fi
+
+ if test x$pluto = xtrue; then
+ USE_PLUTO_TRUE=
+ USE_PLUTO_FALSE='#'
+else
+ USE_PLUTO_TRUE='#'
+ USE_PLUTO_FALSE=
+fi
+
+
+# Check whether --enable-charon was given.
+if test "${enable_charon+set}" = set; then
+ enableval=$enable_charon; if test x$enableval = xyes; then
+ charon=true
+ else
+ charon=false
+ fi
+else
+ charon=true
+
+fi
+
+ if test x$charon = xtrue; then
+ USE_CHARON_TRUE=
+ USE_CHARON_FALSE='#'
+else
+ USE_CHARON_TRUE='#'
+ USE_CHARON_FALSE=
+fi
+
+
+# Check whether --enable-tools was given.
+if test "${enable_tools+set}" = set; then
+ enableval=$enable_tools; if test x$enableval = xyes; then
+ tools=true
+ else
+ tools=false
+ fi
+else
+ tools=true
+
+fi
+
+ if test x$tools = xtrue; then
+ USE_TOOLS_TRUE=
+ USE_TOOLS_FALSE='#'
+else
+ USE_TOOLS_TRUE='#'
+ USE_TOOLS_FALSE=
+fi
+
+
+ if test x$pluto = xtrue -o x$charon = xtrue; then
+ USE_PLUTO_OR_CHARON_TRUE=
+ USE_PLUTO_OR_CHARON_FALSE='#'
+else
+ USE_PLUTO_OR_CHARON_TRUE='#'
+ USE_PLUTO_OR_CHARON_FALSE=
+fi
+
+ if test x$charon = xtrue -o x$tools = xtrue; then
+ USE_LIBSTRONGSWAN_TRUE=
+ USE_LIBSTRONGSWAN_FALSE='#'
+else
+ USE_LIBSTRONGSWAN_TRUE='#'
+ USE_LIBSTRONGSWAN_FALSE=
+fi
+
+ if test x$pluto = xtrue -o x$stroke = xtrue; then
+ USE_FILE_CONFIG_TRUE=
+ USE_FILE_CONFIG_FALSE='#'
+else
+ USE_FILE_CONFIG_TRUE='#'
+ USE_FILE_CONFIG_FALSE=
+fi
+
+
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -5889,7 +6083,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5892 "configure"' > conftest.$ac_ext
+ echo '#line 6086 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -8210,11 +8404,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:8213: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8407: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8217: \$? = $ac_status" >&5
+ echo "$as_me:8411: \$? = $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.
@@ -8500,11 +8694,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:8503: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8697: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8507: \$? = $ac_status" >&5
+ echo "$as_me:8701: \$? = $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.
@@ -8604,11 +8798,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:8607: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8801: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:8611: \$? = $ac_status" >&5
+ echo "$as_me:8805: \$? = $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
@@ -10962,7 +11156,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10965 "configure"
+#line 11159 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11062,7 +11256,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11065 "configure"
+#line 11259 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13477,11 +13671,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:13480: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:13674: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:13484: \$? = $ac_status" >&5
+ echo "$as_me:13678: \$? = $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.
@@ -13581,11 +13775,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:13584: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:13778: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:13588: \$? = $ac_status" >&5
+ echo "$as_me:13782: \$? = $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
@@ -15155,11 +15349,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:15158: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:15352: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:15162: \$? = $ac_status" >&5
+ echo "$as_me:15356: \$? = $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.
@@ -15259,11 +15453,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:15262: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:15456: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:15266: \$? = $ac_status" >&5
+ echo "$as_me:15460: \$? = $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
@@ -17454,11 +17648,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:17457: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17651: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17461: \$? = $ac_status" >&5
+ echo "$as_me:17655: \$? = $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.
@@ -17744,11 +17938,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:17747: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:17941: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:17751: \$? = $ac_status" >&5
+ echo "$as_me:17945: \$? = $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.
@@ -17848,11 +18042,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:17851: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18045: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:17855: \$? = $ac_status" >&5
+ echo "$as_me:18049: \$? = $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
@@ -22888,6 +23082,13 @@ echo "$as_me: error: conditional \"USE_LIBLDAP\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_STROKE_TRUE}" && test -z "${USE_STROKE_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_STROKE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_STROKE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${USE_LIBDBUS_TRUE}" && test -z "${USE_LIBDBUS_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_LIBDBUS\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -22930,10 +23131,31 @@ 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 "${BUILD_EAP_SIM_TRUE}" && test -z "${BUILD_EAP_SIM_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"BUILD_EAP_SIM\" was never defined.
+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
-echo "$as_me: error: conditional \"BUILD_EAP_SIM\" was never defined.
+echo "$as_me: error: conditional \"USE_EAP_SIM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_EAP_IDENTITY_TRUE}" && test -z "${USE_EAP_IDENTITY_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_EAP_IDENTITY\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_EAP_IDENTITY\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_EAP_MD5_TRUE}" && test -z "${USE_EAP_MD5_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_EAP_MD5\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_EAP_MD5\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_EAP_AKA_TRUE}" && test -z "${USE_EAP_AKA_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_EAP_AKA\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_EAP_AKA\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -22993,6 +23215,48 @@ echo "$as_me: error: conditional \"USE_SELF_TEST\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_PLUTO_TRUE}" && test -z "${USE_PLUTO_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_PLUTO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_PLUTO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_CHARON_TRUE}" && test -z "${USE_CHARON_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_CHARON\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_CHARON\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_TOOLS_TRUE}" && test -z "${USE_TOOLS_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_TOOLS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+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_PLUTO_OR_CHARON_TRUE}" && test -z "${USE_PLUTO_OR_CHARON_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_PLUTO_OR_CHARON\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_PLUTO_OR_CHARON\" 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
+echo "$as_me: error: conditional \"USE_LIBSTRONGSWAN\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_FILE_CONFIG_TRUE}" && test -z "${USE_FILE_CONFIG_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_FILE_CONFIG\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_FILE_CONFIG\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -23307,7 +23571,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.1.8, which was
+This file was extended by strongSwan $as_me 4.1.10, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -23354,7 +23618,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-strongSwan config.status 4.1.8
+strongSwan config.status 4.1.10
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -23635,9 +23899,9 @@ USE_LIBCURL_TRUE!$USE_LIBCURL_TRUE$ac_delim
USE_LIBCURL_FALSE!$USE_LIBCURL_FALSE$ac_delim
USE_LIBLDAP_TRUE!$USE_LIBLDAP_TRUE$ac_delim
USE_LIBLDAP_FALSE!$USE_LIBLDAP_FALSE$ac_delim
+USE_STROKE_TRUE!$USE_STROKE_TRUE$ac_delim
+USE_STROKE_FALSE!$USE_STROKE_FALSE$ac_delim
USE_LIBDBUS_TRUE!$USE_LIBDBUS_TRUE$ac_delim
-USE_LIBDBUS_FALSE!$USE_LIBDBUS_FALSE$ac_delim
-USE_LIBXML_TRUE!$USE_LIBXML_TRUE$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -23679,6 +23943,8 @@ _ACEOF
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+USE_LIBDBUS_FALSE!$USE_LIBDBUS_FALSE$ac_delim
+USE_LIBXML_TRUE!$USE_LIBXML_TRUE$ac_delim
USE_LIBXML_FALSE!$USE_LIBXML_FALSE$ac_delim
USE_LIBSQLITE_TRUE!$USE_LIBSQLITE_TRUE$ac_delim
USE_LIBSQLITE_FALSE!$USE_LIBSQLITE_FALSE$ac_delim
@@ -23688,8 +23954,14 @@ 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
-BUILD_EAP_SIM_TRUE!$BUILD_EAP_SIM_TRUE$ac_delim
-BUILD_EAP_SIM_FALSE!$BUILD_EAP_SIM_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_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_AKA_TRUE!$USE_EAP_AKA_TRUE$ac_delim
+USE_EAP_AKA_FALSE!$USE_EAP_AKA_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
@@ -23706,6 +23978,18 @@ USE_INTEGRITY_TEST_TRUE!$USE_INTEGRITY_TEST_TRUE$ac_delim
USE_INTEGRITY_TEST_FALSE!$USE_INTEGRITY_TEST_FALSE$ac_delim
USE_SELF_TEST_TRUE!$USE_SELF_TEST_TRUE$ac_delim
USE_SELF_TEST_FALSE!$USE_SELF_TEST_FALSE$ac_delim
+USE_PLUTO_TRUE!$USE_PLUTO_TRUE$ac_delim
+USE_PLUTO_FALSE!$USE_PLUTO_FALSE$ac_delim
+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_PLUTO_OR_CHARON_TRUE!$USE_PLUTO_OR_CHARON_TRUE$ac_delim
+USE_PLUTO_OR_CHARON_FALSE!$USE_PLUTO_OR_CHARON_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
+USE_FILE_CONFIG_FALSE!$USE_FILE_CONFIG_FALSE$ac_delim
build!$build$ac_delim
build_cpu!$build_cpu$ac_delim
build_vendor!$build_vendor$ac_delim
@@ -23746,7 +24030,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` = 65; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5