created libradius shared by eap-radius and tnc-pdp plugins

This commit is contained in:
Andreas Steffen
2012-03-13 16:27:17 +01:00
parent 70fd2d1af7
commit 21b0f216b9
5 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -254,7 +254,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 -o x$radattr = xtrue; then
if test x$eap_radius = xtrue -o x$radattr = xtrue -o x$tnc_pdp = xtrue; then
radius=true;
fi