--- 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