From 0853ff39c52d30e10f3506cae0d7aecb51ae388a Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 27 Feb 2012 16:39:48 +0100 Subject: [PATCH] Build libradius if radattr plugin is enabled --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8bd034260e..394f666815 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