]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4409: compile error when two Heimdal libraries are installed
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 24 Jan 2016 01:18:43 +0000 (14:18 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 24 Jan 2016 01:18:43 +0000 (14:18 +1300)
configure.ac

index ca6fcabb0e17856e2b19553b9e657b80ddfa3c34..cbe1eda9e1244f48436500a7ed0ad2d5bc25a2c6 100644 (file)
@@ -1620,7 +1620,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