]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed all /usr/local/include tests from config.test files to avoid false
authorserassio <>
Tue, 25 Apr 2006 03:37:28 +0000 (03:37 +0000)
committerserassio <>
Tue, 25 Apr 2006 03:37:28 +0000 (03:37 +0000)
positive causing the build to fail.

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
helpers/external_acl/session/config.test

index d1081989ce0e3757edfadafc42c0b9aface71b58..5c354f8b354439308e41056ce85dde0285cfa392 100755 (executable)
@@ -2,9 +2,6 @@
 if [ -f /usr/include/ldap.h ]; then
        exit 0
 fi
-if [ -f /usr/local/include/ldap.h ]; then
-       exit 0
-fi
 if [ -f /usr/include/winldap.h ]; then
        exit 0
 fi
index 6687c022fd4bd1cea25c0d93168428a3481667f8..993ded8c7090bad8b6265c8b4e92a1e7e780da26 100755 (executable)
@@ -2,7 +2,4 @@
 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 d1081989ce0e3757edfadafc42c0b9aface71b58..5c354f8b354439308e41056ce85dde0285cfa392 100755 (executable)
@@ -2,9 +2,6 @@
 if [ -f /usr/include/ldap.h ]; then
        exit 0
 fi
-if [ -f /usr/local/include/ldap.h ]; then
-       exit 0
-fi
 if [ -f /usr/include/winldap.h ]; then
        exit 0
 fi
index d1081989ce0e3757edfadafc42c0b9aface71b58..5c354f8b354439308e41056ce85dde0285cfa392 100755 (executable)
@@ -2,9 +2,6 @@
 if [ -f /usr/include/ldap.h ]; then
        exit 0
 fi
-if [ -f /usr/local/include/ldap.h ]; then
-       exit 0
-fi
 if [ -f /usr/include/winldap.h ]; then
        exit 0
 fi
index 2f7dc7ddfd4bdd9fb3d9103a81cd8b8ad9df9dc3..42aec74614b636fa6310bb4b587a9c90cd3ac4e5 100755 (executable)
@@ -7,10 +7,4 @@ fi
 if [ -f /usr/include/db.h ]; then
     exit 0
 fi
-if [ -f /usr/local/include/db_185.h ]; then
-    exit 0
-fi
-if [ -f /usr/local/include/db.h ]; then
-    exit 0
-fi
 exit 1