aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-02-27 16:39:48 +0100
committerMartin Willi <martin@revosec.ch>2012-03-05 18:08:04 +0100
commit0853ff39c52d30e10f3506cae0d7aecb51ae388a (patch)
tree06f27caccc926e7cdfe8dbdfb3bafa56d1d1781e
parent3ccc8a191c66a69da5f744e9b249359bf55a8a91 (diff)
downloadstrongswan-0853ff39c52d30e10f3506cae0d7aecb51ae388a.tar.bz2
strongswan-0853ff39c52d30e10f3506cae0d7aecb51ae388a.tar.xz
Build libradius if radattr plugin is enabled
-rw-r--r--configure.in2
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