diff options
author | Martin Willi <martin@revosec.ch> | 2012-02-27 16:39:48 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-05 18:08:04 +0100 |
commit | 0853ff39c52d30e10f3506cae0d7aecb51ae388a (patch) | |
tree | 06f27caccc926e7cdfe8dbdfb3bafa56d1d1781e | |
parent | 3ccc8a191c66a69da5f744e9b249359bf55a8a91 (diff) | |
download | strongswan-0853ff39c52d30e10f3506cae0d7aecb51ae388a.tar.bz2 strongswan-0853ff39c52d30e10f3506cae0d7aecb51ae388a.tar.xz |
Build libradius if radattr plugin is enabled
-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 |