From b008868f812077184f4477dfc3a17c7ee3a1d78c Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 5 Oct 2011 16:03:17 -0600 Subject: [PATCH] Bug 3241: squid_kerb_auth cross compilation fix When building inside Squid sources we can assume yes/HAVE_SQUID. --- helpers/negotiate_auth/squid_kerb_auth/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2