From: Andreas Steffen Date: Tue, 21 Feb 2012 15:29:35 +0000 (+0100) Subject: added missing x character X-Git-Tag: 4.6.3~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3d6b9c88c138a55ef9715b8edae189e7d72f39e;p=thirdparty%2Fstrongswan.git added missing x character --- diff --git a/configure.in b/configure.in index b61c3f5c78..2b13a949fb 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 -o $eap_tnc = 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 x$eap_tnc = xtrue; then tnc_tnccs=true; fi