diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8bd034260..394f66681 100644 --- a/configure.in +++ b/configure.in @@ -253,7 +253,7 @@ 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; then +if test x$eap_radius = xtrue -o x$radattr = xtrue; then radius=true; fi |