------------------------------------------------------------ revno: 13347 revision-id: squid3@treenet.co.nz-20140409022452-evip0jz0jz457tsi parent: chtsanti@users.sourceforge.net-20140408162346-prjwm051txfcheo8 committer: Amos Jeffries branch nick: trunk timestamp: Wed 2014-04-09 14:24:52 +1200 message: Fix typo in getpwname detection ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140409022452-evip0jz0jz457tsi # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: b41166d85e8f5ae73c2220222220eb3d69b22609 # timestamp: 2014-04-09 02:55:21 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: chtsanti@users.sourceforge.net-20140408162346-\ # prjwm051txfcheo8 # # Begin patch === modified file 'helpers/basic_auth/getpwnam/required.m4' --- helpers/basic_auth/getpwnam/required.m4 2014-04-08 15:35:12 +0000 +++ helpers/basic_auth/getpwnam/required.m4 2014-04-09 02:24:52 +0000 @@ -6,7 +6,7 @@ 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"