]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4387: Kerberos build errors on Solaris
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Nov 2015 14:20:34 +0000 (06:20 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Nov 2015 14:20:34 +0000 (06:20 -0800)
configure.ac

index 6d2c5b014af1c49b4d04f7655e61816289911eef..206f36861967e54a13673728a7b1f4a8ffcffd9b 100644 (file)
@@ -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"