From 81ce0cf67ef172b895dfafedf71580671a1fe4fd Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 20 Feb 2012 09:04:02 +0100 Subject: [PATCH] libtnccs is required by the eap_tnc plugin --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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