]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Markus Moeller <markus_moeller@compuserve.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Nov 2008 05:06:52 +0000 (18:06 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Nov 2008 05:06:52 +0000 (18:06 +1300)
Remove squid_kerb_auth helper from default build when gssapi is missing

Test for GSSAPI dependancies before automatically adding the helper to
Squids' default helper list.

Does not affect explicit configuration.

helpers/negotiate_auth/squid_kerb_auth/config.test

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3f1b266fea58b1113dff92fc8af3ab4208ae2dd8 100644 (file)
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Don't build without gssapi.h
+if [[ -f /usr/include/gssapi/gssapi.h || -f  /usr/include/gssapi.h ]]; then
+       exit 1
+fi
+# AYJ: test, force an abort.
+exit 1