From: Amos Jeffries Date: Sun, 29 Nov 2015 14:20:34 +0000 (-0800) Subject: Bug 4387: Kerberos build errors on Solaris X-Git-Tag: SQUID_4_0_4~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed3a42d033a00d22be726460da9321c908da3b8c;p=thirdparty%2Fsquid.git Bug 4387: Kerberos build errors on Solaris --- diff --git a/configure.ac b/configure.ac index 6d2c5b014a..206f368619 100644 --- a/configure.ac +++ b/configure.ac @@ -1408,8 +1408,8 @@ if test "x$with_mit_krb5" != "xno"; then fi fi -# detect MIT Kerberos or Apple Kerberos dependencies -if test "x$with_mit_krb5" != "xno" || test "x$with_apple_krb5" = "xyes" ; then +# detect MIT Kerberos dependencies (except on Solaris) +if test "x$with_mit_krb5" != "xno" -a "x$with_solaris_krb5" != "xyes"; then SQUID_STATE_SAVE([squid_krb5_save]) LIBS="$LIBS $LIB_KRB5_PATH"