]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: Make crypt(3) detection dependent on the helpers that use it
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 8 Apr 2014 15:35:12 +0000 (03:35 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 8 Apr 2014 15:35:12 +0000 (03:35 +1200)
commite59a64d780fe2dfdd065bc0c3809edad49862244
tree48b80dbc36e3faf61f65acf77be710ff68fc6bd2
parent84c3fc14f6b41c7fb8ae1732921efed0df3eee26
Cleanup: Make crypt(3) detection dependent on the helpers that use it

Only run detection for crypt(3) support when the NCSA and getpwnam
helpers which use it are to be built.

Also, move shadow.h detection to depend on getpwnam helper which is the
only code using it.

Also, shuffle the libcrypt and libmd5 detection up into the section with
other crypto libraries so they are known in advance of helper detections
which may require libcrypt.
configure.ac
helpers/basic_auth/NCSA/required.m4
helpers/basic_auth/getpwnam/required.m4