summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure948
1 files changed, 838 insertions, 110 deletions
diff --git a/configure b/configure
index b43af7520..acbd93ada 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.4.
+# Generated by GNU Autoconf 2.61 for strongSwan 4.2.8.
#
# 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.4'
-PACKAGE_STRING='strongSwan 4.2.4'
+PACKAGE_VERSION='4.2.8'
+PACKAGE_STRING='strongSwan 4.2.8'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -895,6 +895,8 @@ xml_CFLAGS
xml_LIBS
gtk_CFLAGS
gtk_LIBS
+nm_CFLAGS
+nm_LIBS
libstrongswan_plugins
USE_CURL_TRUE
USE_CURL_FALSE
@@ -932,12 +934,16 @@ USE_PADLOCK_TRUE
USE_PADLOCK_FALSE
USE_OPENSSL_TRUE
USE_OPENSSL_FALSE
+USE_AGENT_TRUE
+USE_AGENT_FALSE
USE_STROKE_TRUE
USE_STROKE_FALSE
USE_MEDSRV_TRUE
USE_MEDSRV_FALSE
USE_MEDCLI_TRUE
USE_MEDCLI_FALSE
+USE_NM_TRUE
+USE_NM_FALSE
USE_UCI_TRUE
USE_UCI_FALSE
USE_SMP_TRUE
@@ -948,12 +954,18 @@ USE_UNIT_TESTS_TRUE
USE_UNIT_TESTS_FALSE
USE_EAP_SIM_TRUE
USE_EAP_SIM_FALSE
+USE_EAP_SIM_FILE_TRUE
+USE_EAP_SIM_FILE_FALSE
USE_EAP_IDENTITY_TRUE
USE_EAP_IDENTITY_FALSE
USE_EAP_MD5_TRUE
USE_EAP_MD5_FALSE
+USE_EAP_GTC_TRUE
+USE_EAP_GTC_FALSE
USE_EAP_AKA_TRUE
USE_EAP_AKA_FALSE
+USE_KERNEL_NETLINK_TRUE
+USE_KERNEL_NETLINK_FALSE
USE_SMARTCARD_TRUE
USE_SMARTCARD_FALSE
USE_CISCO_QUIRKS_TRUE
@@ -978,6 +990,8 @@ USE_INTEGRITY_TEST_TRUE
USE_INTEGRITY_TEST_FALSE
USE_SELF_TEST_TRUE
USE_SELF_TEST_FALSE
+USE_CAPABILITIES_TRUE
+USE_CAPABILITIES_FALSE
USE_PLUTO_TRUE
USE_PLUTO_FALSE
USE_CHARON_TRUE
@@ -1014,7 +1028,9 @@ YFLAGS
xml_CFLAGS
xml_LIBS
gtk_CFLAGS
-gtk_LIBS'
+gtk_LIBS
+nm_CFLAGS
+nm_LIBS'
# Initialize some variables set by options.
@@ -1517,7 +1533,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.4 to adapt to many kinds of systems.
+\`configure' configures strongSwan 4.2.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1587,7 +1603,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of strongSwan 4.2.4:";;
+ short | recursive ) echo "Configuration of strongSwan 4.2.8:";;
esac
cat <<\_ACEOF
@@ -1646,12 +1662,19 @@ Optional Features:
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
+ (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-gtc build PAM based GTC authenication module for EAP
+ (default is NO).
--enable-eap-aka build AKA authentication module for EAP (default is
NO).
+ --disable-kernel-netlink
+ disable the netlink 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
@@ -1677,8 +1700,11 @@ Optional Features:
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
+ NO).
--enable-uci enable OpenWRT UCI configuration plugin (default is
NO).
+ --enable-nm enable NetworkManager plugin (default is NO).
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
@@ -1724,6 +1750,9 @@ Optional Packages:
(default is 0).
--with-group=group change group of the daemons to "group" after startup
(default is 0).
+ --with-capabilities=libcap
+ capability dropping using libcap. Currenlty only the
+ value "libcap" is supported (default is NO).
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
@@ -1753,6 +1782,8 @@ Some influential environment variables:
xml_LIBS linker flags for xml, overriding pkg-config
gtk_CFLAGS C compiler flags for gtk, overriding pkg-config
gtk_LIBS linker flags for gtk, overriding pkg-config
+ nm_CFLAGS C compiler flags for nm, overriding pkg-config
+ nm_LIBS linker flags for nm, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
@@ -1817,7 +1848,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-strongSwan configure 4.2.4
+strongSwan configure 4.2.8
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1831,7 +1862,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.4, which was
+It was created by strongSwan $as_me 4.2.8, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2521,7 +2552,7 @@ fi
# Define the identity of the package.
PACKAGE='strongswan'
- VERSION='4.2.4'
+ VERSION='4.2.8'
cat >>confdefs.h <<_ACEOF
@@ -4933,12 +4964,12 @@ if test "${with_ipsecdir+set}" = set; then
withval=$with_ipsecdir; ipsecdir="$withval"
else
- ipsecdir="${libexecdir}/ipsec"
+ ipsecdir="${libexecdir%/}/ipsec"
fi
-plugindir="${ipsecdir}/plugins"
+plugindir="${ipsecdir%/}/plugins"
@@ -4947,7 +4978,7 @@ if test "${with_plugindir+set}" = set; then
withval=$with_plugindir; plugindir="$withval"
else
- plugindir="${ipsecdir}/plugins"
+ plugindir="${ipsecdir%/}/plugins"
fi
@@ -4959,7 +4990,7 @@ if test "${with_sim_reader+set}" = set; then
withval=$with_sim_reader; simreader="$withval"
else
- simreader="${plugindir}/libeapsim-file.so"
+ simreader="${plugindir%/}/libeapsim-file.so"
fi
@@ -4971,7 +5002,7 @@ if test "${with_linux_headers+set}" = set; then
withval=$with_linux_headers; linuxdir="$withval"
else
- linuxdir="../include"
+ linuxdir="\${top_srcdir}/src/include"
fi
@@ -5064,6 +5095,16 @@ else
fi
+
+# Check whether --with-capabilities was given.
+if test "${with_capabilities+set}" = set; then
+ withval=$with_capabilities; capabilities="$withval"
+else
+ capabilities=no
+
+fi
+
+
# Check whether --enable-curl was given.
if test "${enable_curl+set}" = set; then
enableval=$enable_curl; if test x$enableval = xyes; then
@@ -5350,6 +5391,15 @@ if test "${enable_eap_sim+set}" = set; then
fi
+# Check whether --enable-eap-sim-file was given.
+if test "${enable_eap_sim_file+set}" = set; then
+ enableval=$enable_eap_sim_file; if test x$enableval = xyes; then
+ eap_sim_file=true
+ fi
+
+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
@@ -5368,6 +5418,15 @@ if test "${enable_eap_md5+set}" = set; then
fi
+# Check whether --enable-eap-gtc was given.
+if test "${enable_eap_gtc+set}" = set; then
+ enableval=$enable_eap_gtc; if test x$enableval = xyes; then
+ eap_gtc=true
+ fi
+
+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
@@ -5377,6 +5436,19 @@ if test "${enable_eap_aka+set}" = set; then
fi
+# Check whether --enable-kernel-netlink was given.
+if test "${enable_kernel_netlink+set}" = set; then
+ enableval=$enable_kernel_netlink; if test x$enableval = xyes; then
+ kernel_netlink=true
+ else
+ kernel_netlink=false
+ fi
+else
+ kernel_netlink=true
+
+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
@@ -5543,6 +5615,16 @@ if test "${enable_openssl+set}" = set; then
fi
+# Check whether --enable-agent was given.
+if test "${enable_agent+set}" = set; then
+ enableval=$enable_agent; if test x$enableval = xyes; then
+ agent=true
+ else
+ agent=false
+ fi
+fi
+
+
# Check whether --enable-uci was given.
if test "${enable_uci+set}" = set; then
enableval=$enable_uci; if test x$enableval = xyes; then
@@ -5552,6 +5634,15 @@ if test "${enable_uci+set}" = set; then
fi
+# Check whether --enable-nm was given.
+if test "${enable_nm+set}" = set; then
+ enableval=$enable_nm; if test x$enableval = xyes; then
+ nm=true
+ fi
+
+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
@@ -6278,7 +6369,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 6281 "configure"' > conftest.$ac_ext
+ echo '#line 6372 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -8856,11 +8947,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:8859: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8950: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8863: \$? = $ac_status" >&5
+ echo "$as_me:8954: \$? = $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.
@@ -9146,11 +9237,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:9149: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9240: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:9153: \$? = $ac_status" >&5
+ echo "$as_me:9244: \$? = $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.
@@ -9250,11 +9341,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:9253: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9344: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9257: \$? = $ac_status" >&5
+ echo "$as_me:9348: \$? = $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
@@ -11627,7 +11718,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11630 "configure"
+#line 11721 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11727,7 +11818,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11730 "configure"
+#line 11821 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14128,11 +14219,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:14131: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14222: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14135: \$? = $ac_status" >&5
+ echo "$as_me:14226: \$? = $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.
@@ -14232,11 +14323,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:14235: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14326: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14239: \$? = $ac_status" >&5
+ echo "$as_me:14330: \$? = $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
@@ -15830,11 +15921,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:15833: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:15924: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:15837: \$? = $ac_status" >&5
+ echo "$as_me:15928: \$? = $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.
@@ -15934,11 +16025,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:15937: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16028: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:15941: \$? = $ac_status" >&5
+ echo "$as_me:16032: \$? = $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
@@ -18154,11 +18245,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:18157: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18248: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:18161: \$? = $ac_status" >&5
+ echo "$as_me:18252: \$? = $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.
@@ -18444,11 +18535,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:18447: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18538: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:18451: \$? = $ac_status" >&5
+ echo "$as_me:18542: \$? = $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.
@@ -18548,11 +18639,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:18551: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18642: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:18555: \$? = $ac_status" >&5
+ echo "$as_me:18646: \$? = $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
@@ -22634,58 +22725,6 @@ fi
done
-{ echo "$as_me:$LINENO: checking capset() definition" >&5
-echo $ECHO_N "checking capset() definition... $ECHO_C" >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include <linux/capset.h>
-int
-main ()
-{
-
- void *test = capset;
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
- (eval "$ac_compile") 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } && {
- test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest.$ac_objext; then
- { echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6; }
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- { echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6; }; cat >>confdefs.h <<_ACEOF
-#define NO_CAPSET_DEFINED 1
-_ACEOF
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
if test x$gmp = xtrue; then
{ echo "$as_me:$LINENO: checking for main in -lgmp" >&5
echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6; }
@@ -24347,6 +24386,57 @@ echo "${ECHO_T}no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ { echo "$as_me:$LINENO: checking sqlite3.h version >= 3.3.1" >&5
+echo $ECHO_N "checking sqlite3.h version >= 3.3.1... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <sqlite3.h>
+int
+main ()
+{
+
+ #if SQLITE_VERSION_NUMBER < 3003001
+ #error bad sqlite
+ #endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }; { { echo "$as_me:$LINENO: error: SQLite version >= 3.3.1 required!" >&5
+echo "$as_me: error: SQLite version >= 3.3.1 required!" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
if test x$openssl = xtrue; then
@@ -24751,6 +24841,524 @@ fi
fi
+if test x$nm = xtrue; then
+
+pkg_failed=no
+{ echo "$as_me:$LINENO: checking for nm" >&5
+echo $ECHO_N "checking for nm... $ECHO_C" >&6; }
+
+if test -n "$PKG_CONFIG"; then
+ if test -n "$nm_CFLAGS"; then
+ pkg_cv_nm_CFLAGS="$nm_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"NetworkManager libnm_glib_vpn gthread-2.0\"") >&5
+ ($PKG_CONFIG --exists --print-errors "NetworkManager libnm_glib_vpn gthread-2.0") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ pkg_cv_nm_CFLAGS=`$PKG_CONFIG --cflags "NetworkManager libnm_glib_vpn gthread-2.0" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
+ fi
+else
+ pkg_failed=untried
+fi
+if test -n "$PKG_CONFIG"; then
+ if test -n "$nm_LIBS"; then
+ pkg_cv_nm_LIBS="$nm_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"NetworkManager libnm_glib_vpn gthread-2.0\"") >&5
+ ($PKG_CONFIG --exists --print-errors "NetworkManager libnm_glib_vpn gthread-2.0") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ pkg_cv_nm_LIBS=`$PKG_CONFIG --libs "NetworkManager libnm_glib_vpn gthread-2.0" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
+ fi
+else
+ pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+ _pkg_short_errors_supported=yes
+else
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
+ nm_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "NetworkManager libnm_glib_vpn gthread-2.0"`
+ else
+ nm_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "NetworkManager libnm_glib_vpn gthread-2.0"`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$nm_PKG_ERRORS" >&5
+
+ { { echo "$as_me:$LINENO: error: Package requirements (NetworkManager libnm_glib_vpn gthread-2.0) were not met:
+
+$nm_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables nm_CFLAGS
+and nm_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+" >&5
+echo "$as_me: error: Package requirements (NetworkManager libnm_glib_vpn gthread-2.0) were not met:
+
+$nm_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables nm_CFLAGS
+and nm_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+" >&2;}
+ { (exit 1); exit 1; }; }
+elif test $pkg_failed = untried; then
+ { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables nm_CFLAGS
+and nm_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details." >&5
+echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables nm_CFLAGS
+and nm_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }
+else
+ nm_CFLAGS=$pkg_cv_nm_CFLAGS
+ nm_LIBS=$pkg_cv_nm_LIBS
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+ :
+fi
+
+
+fi
+
+if test x$eap_gtc = xtrue; then
+ { echo "$as_me:$LINENO: checking for main in -lpam" >&5
+echo $ECHO_N "checking for main in -lpam... $ECHO_C" >&6; }
+if test "${ac_cv_lib_pam_main+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpam $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+
+int
+main ()
+{
+return main ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_lib_pam_main=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_pam_main=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pam_main" >&5
+echo "${ECHO_T}$ac_cv_lib_pam_main" >&6; }
+if test $ac_cv_lib_pam_main = yes; then
+ LIBS="$LIBS"
+else
+ { { echo "$as_me:$LINENO: error: PAM library not found" >&5
+echo "$as_me: error: PAM library not found" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+ac_cv_lib_pam=ac_cv_lib_pam_main
+
+ if test "${ac_cv_header_security_pam_appl_h+set}" = set; then
+ { echo "$as_me:$LINENO: checking for security/pam_appl.h" >&5
+echo $ECHO_N "checking for security/pam_appl.h... $ECHO_C" >&6; }
+if test "${ac_cv_header_security_pam_appl_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_security_pam_appl_h" >&5
+echo "${ECHO_T}$ac_cv_header_security_pam_appl_h" >&6; }
+else
+ # Is the header compilable?
+{ echo "$as_me:$LINENO: checking security/pam_appl.h usability" >&5
+echo $ECHO_N "checking security/pam_appl.h usability... $ECHO_C" >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <security/pam_appl.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ echo "$as_me:$LINENO: checking security/pam_appl.h presence" >&5
+echo $ECHO_N "checking security/pam_appl.h presence... $ECHO_C" >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <security/pam_appl.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: accepted by the compiler, rejected by the preprocessor!" >&5
+echo "$as_me: WARNING: security/pam_appl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: proceeding with the compiler's result" >&5
+echo "$as_me: WARNING: security/pam_appl.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: present but cannot be compiled" >&5
+echo "$as_me: WARNING: security/pam_appl.h: present but cannot be compiled" >&2;}
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: check for missing prerequisite headers?" >&5
+echo "$as_me: WARNING: security/pam_appl.h: check for missing prerequisite headers?" >&2;}
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: see the Autoconf documentation" >&5
+echo "$as_me: WARNING: security/pam_appl.h: see the Autoconf documentation" >&2;}
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: section \"Present But Cannot Be Compiled\"" >&5
+echo "$as_me: WARNING: security/pam_appl.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: proceeding with the preprocessor's result" >&5
+echo "$as_me: WARNING: security/pam_appl.h: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: security/pam_appl.h: in the future, the compiler will take precedence" >&5
+echo "$as_me: WARNING: security/pam_appl.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ echo "$as_me:$LINENO: checking for security/pam_appl.h" >&5
+echo $ECHO_N "checking for security/pam_appl.h... $ECHO_C" >&6; }
+if test "${ac_cv_header_security_pam_appl_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_header_security_pam_appl_h=$ac_header_preproc
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_security_pam_appl_h" >&5
+echo "${ECHO_T}$ac_cv_header_security_pam_appl_h" >&6; }
+
+fi
+if test $ac_cv_header_security_pam_appl_h = yes; then
+ :
+else
+ { { echo "$as_me:$LINENO: error: PAM header security/pam_appl.h not found!" >&5
+echo "$as_me: error: PAM header security/pam_appl.h not found!" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+fi
+
+if test x$capabilities = xlibcap; then
+ { echo "$as_me:$LINENO: checking for main in -lcap" >&5
+echo $ECHO_N "checking for main in -lcap... $ECHO_C" >&6; }
+if test "${ac_cv_lib_cap_main+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lcap $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+
+int
+main ()
+{
+return main ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_lib_cap_main=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_cap_main=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_cap_main" >&5
+echo "${ECHO_T}$ac_cv_lib_cap_main" >&6; }
+if test $ac_cv_lib_cap_main = yes; then
+ LIBS="$LIBS"
+else
+ { { echo "$as_me:$LINENO: error: libcap library not found" >&5
+echo "$as_me: error: libcap library not found" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+ac_cv_lib_cap=ac_cv_lib_cap_main
+
+ if test "${ac_cv_header_sys_capability_h+set}" = set; then
+ { echo "$as_me:$LINENO: checking for sys/capability.h" >&5
+echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; }
+if test "${ac_cv_header_sys_capability_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5
+echo "${ECHO_T}$ac_cv_header_sys_capability_h" >&6; }
+else
+ # Is the header compilable?
+{ echo "$as_me:$LINENO: checking sys/capability.h usability" >&5
+echo $ECHO_N "checking sys/capability.h usability... $ECHO_C" >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <sys/capability.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ echo "$as_me:$LINENO: checking sys/capability.h presence" >&5
+echo $ECHO_N "checking sys/capability.h presence... $ECHO_C" >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <sys/capability.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&5
+echo "$as_me: WARNING: sys/capability.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the compiler's result" >&5
+echo "$as_me: WARNING: sys/capability.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: present but cannot be compiled" >&5
+echo "$as_me: WARNING: sys/capability.h: present but cannot be compiled" >&2;}
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: check for missing prerequisite headers?" >&5
+echo "$as_me: WARNING: sys/capability.h: check for missing prerequisite headers?" >&2;}
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: see the Autoconf documentation" >&5
+echo "$as_me: WARNING: sys/capability.h: see the Autoconf documentation" >&2;}
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&5
+echo "$as_me: WARNING: sys/capability.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&5
+echo "$as_me: WARNING: sys/capability.h: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&5
+echo "$as_me: WARNING: sys/capability.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ echo "$as_me:$LINENO: checking for sys/capability.h" >&5
+echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; }
+if test "${ac_cv_header_sys_capability_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_header_sys_capability_h=$ac_header_preproc
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_capability_h" >&5
+echo "${ECHO_T}$ac_cv_header_sys_capability_h" >&6; }
+
+fi
+if test $ac_cv_header_sys_capability_h = yes; then
+ :
+else
+ { { echo "$as_me:$LINENO: error: libcap header sys/capability.h not found!" >&5
+echo "$as_me: error: libcap header sys/capability.h not found!" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+fi
+
libstrongswan_plugins=
@@ -24766,21 +25374,18 @@ fi
if test x$des = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" des"
fi
-if test x$md5 = xtrue; then
- libstrongswan_plugins=${libstrongswan_plugins}" md5"
-fi
if test x$sha1 = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" sha1"
fi
if test x$sha2 = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" sha2"
fi
+if test x$md5 = xtrue; then
+ libstrongswan_plugins=${libstrongswan_plugins}" md5"
+fi
if test x$fips_prf = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" fips-prf"
fi
-if test x$gmp = xtrue; then
- libstrongswan_plugins=${libstrongswan_plugins}" gmp"
-fi
if test x$random = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" random"
fi
@@ -24790,12 +25395,12 @@ fi
if test x$pubkey = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" pubkey"
fi
-if test x$hmac = xtrue; then
- libstrongswan_plugins=${libstrongswan_plugins}" hmac"
-fi
if test x$xcbc = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" xcbc"
fi
+if test x$hmac = xtrue; then
+ libstrongswan_plugins=${libstrongswan_plugins}" hmac"
+fi
if test x$mysql = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
fi
@@ -24808,6 +25413,12 @@ fi
if test x$openssl = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" openssl"
fi
+if test x$agent = xtrue; then
+ libstrongswan_plugins=${libstrongswan_plugins}" agent"
+fi
+if test x$gmp = xtrue; then
+ libstrongswan_plugins=${libstrongswan_plugins}" gmp"
+fi
@@ -24956,6 +25567,14 @@ else
USE_OPENSSL_FALSE=
fi
+ if test x$agent = xtrue; then
+ USE_AGENT_TRUE=
+ USE_AGENT_FALSE='#'
+else
+ USE_AGENT_TRUE='#'
+ USE_AGENT_FALSE=
+fi
+
if test x$stroke = xtrue; then
USE_STROKE_TRUE=
@@ -24981,6 +25600,14 @@ else
USE_MEDCLI_FALSE=
fi
+ if test x$nm = xtrue; then
+ USE_NM_TRUE=
+ USE_NM_FALSE='#'
+else
+ USE_NM_TRUE='#'
+ USE_NM_FALSE=
+fi
+
if test x$uci = xtrue; then
USE_UCI_TRUE=
USE_UCI_FALSE='#'
@@ -25021,6 +25648,14 @@ else
USE_EAP_SIM_FALSE=
fi
+ if test x$eap_sim_file = xtrue; then
+ USE_EAP_SIM_FILE_TRUE=
+ USE_EAP_SIM_FILE_FALSE='#'
+else
+ USE_EAP_SIM_FILE_TRUE='#'
+ USE_EAP_SIM_FILE_FALSE=
+fi
+
if test x$eap_identity = xtrue; then
USE_EAP_IDENTITY_TRUE=
USE_EAP_IDENTITY_FALSE='#'
@@ -25037,6 +25672,14 @@ else
USE_EAP_MD5_FALSE=
fi
+ if test x$eap_gtc = xtrue; then
+ USE_EAP_GTC_TRUE=
+ USE_EAP_GTC_FALSE='#'
+else
+ USE_EAP_GTC_TRUE='#'
+ USE_EAP_GTC_FALSE=
+fi
+
if test x$eap_aka = xtrue; then
USE_EAP_AKA_TRUE=
USE_EAP_AKA_FALSE='#'
@@ -25045,6 +25688,14 @@ else
USE_EAP_AKA_FALSE=
fi
+ if test x$kernel_netlink = xtrue; then
+ USE_KERNEL_NETLINK_TRUE=
+ USE_KERNEL_NETLINK_FALSE='#'
+else
+ USE_KERNEL_NETLINK_TRUE='#'
+ USE_KERNEL_NETLINK_FALSE=
+fi
+
if test x$smartcard = xtrue; then
USE_SMARTCARD_TRUE=
@@ -25142,6 +25793,14 @@ else
USE_SELF_TEST_FALSE=
fi
+ if test x$capabilities = xlibcap; then
+ USE_CAPABILITIES_TRUE=
+ USE_CAPABILITIES_FALSE='#'
+else
+ USE_CAPABILITIES_TRUE='#'
+ USE_CAPABILITIES_FALSE=
+fi
+
if test x$pluto = xtrue; then
USE_PLUTO_TRUE=
USE_PLUTO_FALSE='#'
@@ -25198,9 +25857,15 @@ if test x$me = xtrue; then
_ACEOF
fi
+if test x$capabilities = xlibcap; then
+ cat >>confdefs.h <<\_ACEOF
+#define CAPABILITIES 1
+_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/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_sim/Makefile src/charon/plugins/smp/Makefile src/charon/plugins/sql/Makefile src/charon/plugins/medsrv/Makefile src/charon/plugins/medcli/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 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/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"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -25482,6 +26147,13 @@ echo "$as_me: error: conditional \"USE_OPENSSL\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_AGENT_TRUE}" && test -z "${USE_AGENT_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_AGENT\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_AGENT\" 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
@@ -25503,6 +26175,13 @@ echo "$as_me: error: conditional \"USE_MEDCLI\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${USE_NM_TRUE}" && test -z "${USE_NM_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_NM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_NM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${USE_UCI_TRUE}" && test -z "${USE_UCI_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"USE_UCI\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -25538,6 +26217,13 @@ 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_SIM_FILE_TRUE}" && test -z "${USE_EAP_SIM_FILE_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_EAP_SIM_FILE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_EAP_SIM_FILE\" 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
@@ -25552,6 +26238,13 @@ 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_GTC_TRUE}" && test -z "${USE_EAP_GTC_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_EAP_GTC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_EAP_GTC\" 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
@@ -25559,6 +26252,13 @@ 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
+if test -z "${USE_KERNEL_NETLINK_TRUE}" && test -z "${USE_KERNEL_NETLINK_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_KERNEL_NETLINK\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+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_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
@@ -25643,6 +26343,13 @@ 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_CAPABILITIES_TRUE}" && test -z "${USE_CAPABILITIES_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_CAPABILITIES\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"USE_CAPABILITIES\" 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
@@ -25985,7 +26692,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.4, which was
+This file was extended by strongSwan $as_me 4.2.8, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -26032,7 +26739,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-strongSwan config.status 4.2.4
+strongSwan config.status 4.2.8
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -26160,6 +26867,8 @@ do
"src/libstrongswan/plugins/sqlite/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/sqlite/Makefile" ;;
"src/libstrongswan/plugins/padlock/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/padlock/Makefile" ;;
"src/libstrongswan/plugins/openssl/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/openssl/Makefile" ;;
+ "src/libstrongswan/plugins/agent/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/agent/Makefile" ;;
+ "src/libstrongswan/fips/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/fips/Makefile" ;;
"src/libcrypto/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcrypto/Makefile" ;;
"src/libfreeswan/Makefile") CONFIG_FILES="$CONFIG_FILES src/libfreeswan/Makefile" ;;
"src/pluto/Makefile") CONFIG_FILES="$CONFIG_FILES src/pluto/Makefile" ;;
@@ -26168,11 +26877,15 @@ do
"src/charon/plugins/eap_aka/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/eap_aka/Makefile" ;;
"src/charon/plugins/eap_identity/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/eap_identity/Makefile" ;;
"src/charon/plugins/eap_md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/eap_md5/Makefile" ;;
+ "src/charon/plugins/eap_gtc/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/eap_gtc/Makefile" ;;
"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/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" ;;
"src/charon/plugins/medcli/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/medcli/Makefile" ;;
+ "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/unit_tester/Makefile") CONFIG_FILES="$CONFIG_FILES src/charon/plugins/unit_tester/Makefile" ;;
@@ -26188,6 +26901,7 @@ do
"src/libfast/Makefile") CONFIG_FILES="$CONFIG_FILES src/libfast/Makefile" ;;
"src/manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/manager/Makefile" ;;
"src/medsrv/Makefile") CONFIG_FILES="$CONFIG_FILES src/medsrv/Makefile" ;;
+ "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
"testing/Makefile") CONFIG_FILES="$CONFIG_FILES testing/Makefile" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
@@ -26420,6 +27134,8 @@ xml_CFLAGS!$xml_CFLAGS$ac_delim
xml_LIBS!$xml_LIBS$ac_delim
gtk_CFLAGS!$gtk_CFLAGS$ac_delim
gtk_LIBS!$gtk_LIBS$ac_delim
+nm_CFLAGS!$nm_CFLAGS$ac_delim
+nm_LIBS!$nm_LIBS$ac_delim
libstrongswan_plugins!$libstrongswan_plugins$ac_delim
USE_CURL_TRUE!$USE_CURL_TRUE$ac_delim
USE_CURL_FALSE!$USE_CURL_FALSE$ac_delim
@@ -26457,12 +27173,16 @@ USE_PADLOCK_TRUE!$USE_PADLOCK_TRUE$ac_delim
USE_PADLOCK_FALSE!$USE_PADLOCK_FALSE$ac_delim
USE_OPENSSL_TRUE!$USE_OPENSSL_TRUE$ac_delim
USE_OPENSSL_FALSE!$USE_OPENSSL_FALSE$ac_delim
+USE_AGENT_TRUE!$USE_AGENT_TRUE$ac_delim
+USE_AGENT_FALSE!$USE_AGENT_FALSE$ac_delim
USE_STROKE_TRUE!$USE_STROKE_TRUE$ac_delim
USE_STROKE_FALSE!$USE_STROKE_FALSE$ac_delim
USE_MEDSRV_TRUE!$USE_MEDSRV_TRUE$ac_delim
USE_MEDSRV_FALSE!$USE_MEDSRV_FALSE$ac_delim
USE_MEDCLI_TRUE!$USE_MEDCLI_TRUE$ac_delim
USE_MEDCLI_FALSE!$USE_MEDCLI_FALSE$ac_delim
+USE_NM_TRUE!$USE_NM_TRUE$ac_delim
+USE_NM_FALSE!$USE_NM_FALSE$ac_delim
USE_UCI_TRUE!$USE_UCI_TRUE$ac_delim
USE_UCI_FALSE!$USE_UCI_FALSE$ac_delim
USE_SMP_TRUE!$USE_SMP_TRUE$ac_delim
@@ -26473,18 +27193,12 @@ USE_UNIT_TESTS_TRUE!$USE_UNIT_TESTS_TRUE$ac_delim
USE_UNIT_TESTS_FALSE!$USE_UNIT_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
-USE_EAP_AKA_TRUE!$USE_EAP_AKA_TRUE$ac_delim
-USE_EAP_AKA_FALSE!$USE_EAP_AKA_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
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -26526,6 +27240,18 @@ _ACEOF
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
+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_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_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
@@ -26544,6 +27270,8 @@ 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_CAPABILITIES_TRUE!$USE_CAPABILITIES_TRUE$ac_delim
+USE_CAPABILITIES_FALSE!$USE_CAPABILITIES_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
@@ -26560,7 +27288,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` = 32; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 46; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5