[PATCH] Fix freeradius-client library detection

Aron Xu aron at debian.org
Fri Feb 5 12:57:55 PST 2016


---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f1da755..1988423 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ if test "$test_for_radius" = yes;then
 		AC_MSG_CHECKING([for freeradius client library])
 		AC_LINK_IFELSE([AC_LANG_PROGRAM([
 		   #include <freeradius-client.h>],[
-#ifndef PW_MAX_MSG_SIZE
+#ifndef PW_ACCESS_REQUEST
 #error 1
 #endif
 		   rc_read_config(0);])],
-- 
2.1.4




More information about the openconnect-devel mailing list