]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add back missing build test for kerberos
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Sep 2009 06:48:39 +0000 (18:48 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Sep 2009 06:48:39 +0000 (18:48 +1200)
helpers/negotiate_auth/kerberos/config.test [new file with mode: 0755]

diff --git a/helpers/negotiate_auth/kerberos/config.test b/helpers/negotiate_auth/kerberos/config.test
new file mode 100755 (executable)
index 0000000..0054648
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Don't build without gssapi.h
+if test -f /usr/include/gssapi/gssapi.h || test -f  /usr/include/gssapi.h ; then
+       exit 0
+fi
+exit 1