]> git.ipfire.org Git - thirdparty/squid.git/commit - src/esi/ExpatParser.h
ESI: protect build from missing libraries correctly
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 Oct 2009 07:59:00 +0000 (19:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 Oct 2009 07:59:00 +0000 (19:59 +1200)
commit95cd90228fd30b0fa2e4b9014e296f44f93e57b8
treed60c9892b81c23cae78ebc443004fd7f57737709
parentc98dcee3a2e9f9e67d0542ef84dfe364fc4c8815
ESI: protect build from missing libraries correctly

 - detect the libexpat and libxml2 headers.
 - wraps the code includes according to Squid guidelines
 - wraps the library API modules for build only when library is present
configure.in
src/esi/ExpatParser.cc
src/esi/ExpatParser.h
src/esi/Libxml2Parser.cc
src/esi/Libxml2Parser.h