diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-02-21 16:29:35 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-02-21 16:29:35 +0100 |
commit | f3d6b9c88c138a55ef9715b8edae189e7d72f39e (patch) | |
tree | 57959e07b80a2b75c7d66e4feddbfaf79ef9d0da | |
parent | e4f554404ec53f6498bc62d42b089bd5697ed147 (diff) | |
download | strongswan-f3d6b9c88c138a55ef9715b8edae189e7d72f39e.tar.bz2 strongswan-f3d6b9c88c138a55ef9715b8edae189e7d72f39e.tar.xz |
added missing x character
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b61c3f5c7..2b13a949f 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 |