]> git.ipfire.org Git - thirdparty/squid.git/commit
Smart pthread library linkage
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 17 Dec 2008 06:07:03 +0000 (19:07 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 17 Dec 2008 06:07:03 +0000 (19:07 +1300)
commit5a3a3a6c0008a8604fa985d1545fd03da7cfc825
treec5e98c0265ad4b3832a429150f6c85fbd5123f35
parent11a6896c944d6dfc3701863457add1c4cc3df905
Smart pthread library linkage

Fixes linkage errors caused on some systes by a clash between the
DiskIO library not being in src/ directly and impicit linkage used
previously used by the auto-tools chain.

* Only link it to objects linking DiskIO which need it explicitly.

* Produce a fatal error message if its required but missing.
configure.in