diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-19 12:20:57 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-19 12:20:57 +0200 |
commit | aff43679074ed0cbb75405b35a95ccabedd4fe0c (patch) | |
tree | 316cbbaf8fc5e9587335760b222229b28b607100 /configure.ac | |
parent | f859645b1236a6e8086239df03715db215433066 (diff) | |
download | strongswan-aff43679074ed0cbb75405b35a95ccabedd4fe0c.tar.bz2 strongswan-aff43679074ed0cbb75405b35a95ccabedd4fe0c.tar.xz |
Flush iptables rules on alice
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a36806cc1..13ba470b0 100644 --- a/configure.ac +++ b/configure.ac @@ -329,10 +329,6 @@ if test x$eap_sim = xtrue; then simaka=true; fi -if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue; then - tls=true; -fi - if test x$eap_radius = xtrue -o x$radattr = xtrue -o x$tnc_pdp = xtrue; then radius=true; fi @@ -341,6 +337,10 @@ if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_ tnc_tnccs=true; fi +if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue -o x$tnc_tnccs = xtrue; then + tls=true; +fi + if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue -o x$imc_os = xtrue -o x$imv_os = xtrue -o x$imc_attestation = xtrue -o x$imv_attestation = xtrue -o x$imc_swid = xtrue -o x$imv_swid = xtrue; then imcv=true; fi |