From: Martin Willi Date: Mon, 27 Feb 2012 15:39:48 +0000 (+0100) Subject: Build libradius if radattr plugin is enabled X-Git-Tag: 4.6.3~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0853ff39c52d30e10f3506cae0d7aecb51ae388a;p=thirdparty%2Fstrongswan.git Build libradius if radattr plugin is enabled --- 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