From: Amos Jeffries Date: Fri, 18 Dec 2015 07:23:23 +0000 (+1300) Subject: Bug 4387: Kerberos build errors on Solaris X-Git-Tag: SQUID_3_5_13~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef5d4d2f0479e5ade3b82eb1832f9d0d8e1d525;p=thirdparty%2Fsquid.git Bug 4387: Kerberos build errors on Solaris --- diff --git a/configure.ac b/configure.ac index a9ad4efe33..47c8b8ba7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1433,8 +1433,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"