From ce92dbbcedae18ee3131371577c7a7696cfa0120 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 9 Apr 2014 14:24:52 +1200 Subject: [PATCH] Fix typo in getpwname detection --- helpers/basic_auth/getpwnam/required.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/basic_auth/getpwnam/required.m4 b/helpers/basic_auth/getpwnam/required.m4 index 581803c8b5..61fbf8461a 100755 --- a/helpers/basic_auth/getpwnam/required.m4 +++ b/helpers/basic_auth/getpwnam/required.m4 @@ -6,7 +6,7 @@ AC_CHECK_HEADERS([pwd.h],[ SQUID_STATE_ROLLBACK(getpwnam_helper) # unconditionally requires crypt(3), for now - if test "x$cv_ac_func_crypt" != "x"; then + if test "x$ac_cv_func_crypt" != "x"; then AC_CHECK_HEADERS(unistd.h crypt.h shadow.h) BUILD_HELPER="getpwnam" -- 2.47.2