From: serassio <> Date: Tue, 25 Apr 2006 03:37:28 +0000 (+0000) Subject: Removed all /usr/local/include tests from config.test files to avoid false X-Git-Tag: SQUID_3_0_PRE4~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=449fa072ccb1bcee950309860e369cc403a1e7ed;p=thirdparty%2Fsquid.git Removed all /usr/local/include tests from config.test files to avoid false positive causing the build to fail. --- diff --git a/helpers/basic_auth/LDAP/config.test b/helpers/basic_auth/LDAP/config.test index d1081989ce..5c354f8b35 100755 --- a/helpers/basic_auth/LDAP/config.test +++ b/helpers/basic_auth/LDAP/config.test @@ -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 diff --git a/helpers/basic_auth/SASL/config.test b/helpers/basic_auth/SASL/config.test index 6687c022fd..993ded8c70 100755 --- a/helpers/basic_auth/SASL/config.test +++ b/helpers/basic_auth/SASL/config.test @@ -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 diff --git a/helpers/digest_auth/ldap/config.test b/helpers/digest_auth/ldap/config.test index d1081989ce..5c354f8b35 100755 --- a/helpers/digest_auth/ldap/config.test +++ b/helpers/digest_auth/ldap/config.test @@ -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 diff --git a/helpers/external_acl/ldap_group/config.test b/helpers/external_acl/ldap_group/config.test index d1081989ce..5c354f8b35 100755 --- a/helpers/external_acl/ldap_group/config.test +++ b/helpers/external_acl/ldap_group/config.test @@ -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 diff --git a/helpers/external_acl/session/config.test b/helpers/external_acl/session/config.test index 2f7dc7ddfd..42aec74614 100755 --- a/helpers/external_acl/session/config.test +++ b/helpers/external_acl/session/config.test @@ -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