]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Build libradius if radattr plugin is enabled
authorMartin Willi <martin@revosec.ch>
Mon, 27 Feb 2012 15:39:48 +0000 (16:39 +0100)
committerMartin Willi <martin@revosec.ch>
Mon, 5 Mar 2012 17:08:04 +0000 (18:08 +0100)
configure.in

index 8bd034260e8efeaa3afa24fc0f142d7a49313a9b..394f666815a6fcc721f1d351a2eeecf283bb7bbf 100644 (file)
@@ -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