]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix configure syntax error in squid_kerb_ath
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 8 Nov 2008 03:57:49 +0000 (20:57 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 8 Nov 2008 03:57:49 +0000 (20:57 -0700)
helpers/negotiate_auth/squid_kerb_auth/config.test

index fd70e416d3add41ccd4e8273e1bbd029d31ffbe5..3172eb0c35e39d766d21f0094113e511e244c39e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Don't build without gssapi.h
-if [[ -f /usr/include/gssapi/gssapi.h || -f  /usr/include/gssapi.h ]]; then
+if test -f /usr/include/gssapi/gssapi.h || test -f  /usr/include/gssapi.h ; then
        exit 1
 fi
 exit 0