]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4409: compile error when two Heimdal libraries are installed
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Feb 2016 19:37:00 +0000 (08:37 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Feb 2016 19:37:00 +0000 (08:37 +1300)
configure.ac

index be13e6b488a3a459df0e4d0480938ef699adbe14..b14c4e8dfbfbeb1297cce30f2b8724e9a6e74dd6 100644 (file)
@@ -1640,7 +1640,7 @@ if test "x$with_heimdal_krb5" != "xno" -a "x$KRB5LIBS" = "x"; then
   if test "x$squid_pc_krb5_name" = "x"; then
     PKG_CHECK_EXISTS(heimdal-gssapi, [squid_pc_krb5_name="heimdal-gssapi"])
   fi
-  if test "x$squid_pc_krb5_name" != "x" -a "$cross_compiling" = "no"; then
+  if test "x$squid_pc_krb5_name" = "x" -a "$cross_compiling" = "no"; then
     # Look for krb5-config (unless cross-compiling)
     AC_PATH_PROG(krb5_config,krb5-config,no)
     if test "x$ac_cv_path_krb5_config" != "xno" ; then