mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
Build libradius if radattr plugin is enabled
This commit is contained in:
parent
3ccc8a191c
commit
0853ff39c5
@ -253,7 +253,7 @@ if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue; then
|
|||||||
tls=true;
|
tls=true;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$eap_radius = xtrue; then
|
if test x$eap_radius = xtrue -o x$radattr = xtrue; then
|
||||||
radius=true;
|
radius=true;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user