]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
On some Unix OS include may be in /usr/local/include.
authorserassio <>
Sun, 23 Apr 2006 15:57:34 +0000 (15:57 +0000)
committerserassio <>
Sun, 23 Apr 2006 15:57:34 +0000 (15:57 +0000)
helpers/basic_auth/LDAP/config.test
helpers/basic_auth/SASL/config.test
helpers/digest_auth/ldap/config.test
helpers/external_acl/ldap_group/config.test

index ee1be30143e2710e80c8eda6c1b4b0d4ffffb0f1..82995ae68fa1b596b9a4df407ecc17de2b7964a0 100755 (executable)
@@ -2,4 +2,7 @@
 if [ -f /usr/include/ldap.h ]; then
        exit 0
 fi
+if [ -f /usr/local/include/ldap.h ]; then
+       exit 0
+fi
 exit 1
index 993ded8c7090bad8b6265c8b4e92a1e7e780da26..6687c022fd4bd1cea25c0d93168428a3481667f8 100755 (executable)
@@ -2,4 +2,7 @@
 if [ -f /usr/include/sasl.h -o -f /usr/include/sasl/sasl.h ]; then
        exit 0
 fi
+if [ -f /usr/local/include/sasl.h -o -f /usr/local/include/sasl/sasl.h ]; then
+       exit 0
+fi
 exit 1
index ee1be30143e2710e80c8eda6c1b4b0d4ffffb0f1..82995ae68fa1b596b9a4df407ecc17de2b7964a0 100755 (executable)
@@ -2,4 +2,7 @@
 if [ -f /usr/include/ldap.h ]; then
        exit 0
 fi
+if [ -f /usr/local/include/ldap.h ]; then
+       exit 0
+fi
 exit 1
index ee1be30143e2710e80c8eda6c1b4b0d4ffffb0f1..82995ae68fa1b596b9a4df407ecc17de2b7964a0 100755 (executable)
@@ -2,4 +2,7 @@
 if [ -f /usr/include/ldap.h ]; then
        exit 0
 fi
+if [ -f /usr/local/include/ldap.h ]; then
+       exit 0
+fi
 exit 1