aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-02-20 09:04:02 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-02-20 09:04:02 +0100
commit81ce0cf67ef172b895dfafedf71580671a1fe4fd (patch)
treef9754bb16b7efb25e5be0491dbb2b65c5637282f /configure.in
parentf8b1b327689f4fa7a89e3ccf7b71fb3f2bc795e9 (diff)
downloadstrongswan-81ce0cf67ef172b895dfafedf71580671a1fe4fd.tar.bz2
strongswan-81ce0cf67ef172b895dfafedf71580671a1fe4fd.tar.xz
libtnccs is required by the eap_tnc plugin
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 572ec31af..b61c3f5c7 100644
--- a/configure.in
+++ b/configure.in
@@ -252,7 +252,7 @@ if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue; then
tls=true;
fi
-if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_dynamic = xtrue; then
+if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_dynamic = xtrue -o $eap_tnc = xtrue; then
tnc_tnccs=true;
fi