From: Amos Jeffries Date: Wed, 9 Apr 2014 02:24:52 +0000 (+1200) Subject: Fix typo in getpwname detection X-Git-Tag: SQUID_3_5_0_1~298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce92dbbcedae18ee3131371577c7a7696cfa0120;p=thirdparty%2Fsquid.git Fix typo in getpwname detection --- 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"