]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix libdiskio build with auto-disabled modules
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 29 Jul 2015 03:29:17 +0000 (20:29 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 29 Jul 2015 03:29:17 +0000 (20:29 -0700)
commitfedd516f0e6209bbc33671c7b3f61a0ddaf72fcd
tree8cfa07821055626b1ca588e45d17008c1458f5be
parent3f0e38d60af2b79103a5d7ff8f93943f4ee2f7e0
Fix libdiskio build with auto-disabled modules

The squid_disk_module_candidates_* autoconf variable for disabled
disk I/O modules needs to be explicitly set to 'no' to perform the
disabling. Do this for all modules that were not doing so when module
dependencies were broken or absent.

Also, convert the IpcIo module from a hard ERROR, to a soft auto-disable
when SHM support is not present.
configure.ac