From: Amos Jeffries Date: Thu, 25 Feb 2016 19:37:00 +0000 (+1300) Subject: Bug 4409: compile error when two Heimdal libraries are installed X-Git-Tag: SQUID_3_5_16~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=754414e8b37cdcf05a4198b0d9975aa4e0880330;p=thirdparty%2Fsquid.git Bug 4409: compile error when two Heimdal libraries are installed --- diff --git a/configure.ac b/configure.ac index be13e6b488..b14c4e8dfb 100644 --- a/configure.ac +++ b/configure.ac @@ -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