]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: invert the basic_nis_auth header check
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 23 Mar 2014 05:17:14 +0000 (23:17 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 23 Mar 2014 05:17:14 +0000 (23:17 -0600)
commitebfc5b5ab8618ef80978ae8311ca370616024001
treea04a0acad25a2ac7097c1e957d46df6d960cb9a9
parent786b7fa9a26f0c9e0d62ddeb7cd33f44b5ece29e
Portability: invert the basic_nis_auth header check

autoconf macro will set its action-if-found if *any* of the headers is
found. Since these are mandatory headers being tested for we need to
disable if any are missing rather than enable on finding one works.
helpers/basic_auth/NIS/required.m4