aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-03-29 22:29:12 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-03-29 22:29:12 +0100
commitb885c3cde6bc05862ce052eb8349ebc5c82424dd (patch)
tree834a199d05bde44c21cff5f100a12bfe7574fbcb /configure.in
parente99aab35dec8d6a414e4018f7f2d8b051d505954 (diff)
downloadstrongswan-b885c3cde6bc05862ce052eb8349ebc5c82424dd.tar.bz2
strongswan-b885c3cde6bc05862ce052eb8349ebc5c82424dd.tar.xz
implement NewSession and PurgePublisher messages using the libxml2 library
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 659d4e9ba..5ad0f7e75 100644
--- a/configure.in
+++ b/configure.in
@@ -169,11 +169,11 @@ ARG_ENABL_SET([xauth-eap], [enable XAuth backend using EAP methods to verif
ARG_ENABL_SET([xauth-pam], [enable XAuth backend using PAM to verify passwords.])
ARG_ENABL_SET([xauth-noauth], [enable XAuth pseudo-backend that does not actually verify or even request any credentials.])
ARG_ENABL_SET([tnc-ifmap], [enable TNC IF-MAP module.])
-ARG_ENABL_SET([tnc-ifmap2], [enable TNC IF-MAP v2 module.])
+ARG_ENABL_SET([tnc-ifmap2], [enable TNC IF-MAP v2 module. Requires libxml])
ARG_ENABL_SET([tnc-pdp], [enable TNC policy decision point module.])
ARG_ENABL_SET([tnc-imc], [enable TNC IMC module.])
ARG_ENABL_SET([tnc-imv], [enable TNC IMV module.])
-ARG_ENABL_SET([tnccs-11], [enable TNCCS 1.1 protocol module.])
+ARG_ENABL_SET([tnccs-11], [enable TNCCS 1.1 protocol module. Requires libxml])
ARG_ENABL_SET([tnccs-20], [enable TNCCS 2.0 protocol module.])
ARG_ENABL_SET([tnccs-dynamic], [enable dynamic TNCCS protocol discovery module.])
ARG_ENABL_SET([imc-test], [enable IMC test module.])
@@ -339,7 +339,7 @@ if test x$fips_prf = xtrue; then
fi
fi
-if test x$smp = xtrue -o x$tnccs_11 = xtrue; then
+if test x$smp = xtrue -o x$tnccs_11 = xtrue -o x$tnc_ifmap2 = xtrue; then
xml=true
fi