From: Bertrand Jacquin Date: Wed, 5 Oct 2011 22:03:17 +0000 (-0600) Subject: Bug 3241: squid_kerb_auth cross compilation fix X-Git-Tag: SQUID_3_1_16~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b008868f812077184f4477dfc3a17c7ee3a1d78c;p=thirdparty%2Fsquid.git Bug 3241: squid_kerb_auth cross compilation fix When building inside Squid sources we can assume yes/HAVE_SQUID. --- diff --git a/helpers/negotiate_auth/squid_kerb_auth/configure.ac b/helpers/negotiate_auth/squid_kerb_auth/configure.ac index e78f61e331..e59da834bb 100644 --- a/helpers/negotiate_auth/squid_kerb_auth/configure.ac +++ b/helpers/negotiate_auth/squid_kerb_auth/configure.ac @@ -377,7 +377,8 @@ return 1; #endif }], ac_cv_have_squid=yes, - ac_cv_have_squid=no) + ac_cv_have_squid=no, + ac_cv_have_squid=yes) ]) LDFLAGS="$LDFLAGS -L../../../lib" if test "x$ac_cv_have_squid" = "xyes"; then