]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3241: squid_kerb_auth cross compilation fix
authorBertrand Jacquin <beber@meleeweb.net>
Wed, 5 Oct 2011 22:03:17 +0000 (16:03 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 5 Oct 2011 22:03:17 +0000 (16:03 -0600)
When building inside Squid sources we can assume yes/HAVE_SQUID.

helpers/negotiate_auth/squid_kerb_auth/configure.ac

index e78f61e3313f668c37a43568331c02ea341a5740..e59da834bb4d39e7401c33057886434173a66c0c 100644 (file)
@@ -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