Fixed bug #1206: Libxml2 include path weirdness. The problem is libexslt PAZPAR2.1.0.4
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Jun 2007 09:58:59 +0000 (09:58 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Jun 2007 09:58:59 +0000 (09:58 +0000)
commit01086fa65e1238c158723ddde8ed68d9f95865f1
tree2329550e35d9a1099c75efde42165734c9f373a9
parent8e2a0929b9ce94a285221336a0144b9cb21bca8d
Fixed bug #1206: Libxml2 include path weirdness. The problem is libexslt
which on the system uses /bin/pkg-config. However the output of /bin/pkgconfig
is not the same xslt as the one returned by /opt/csw/bin/xslt-config .
The configure system now disables libexslt if libxslt was not configured
using pkg-config also .
yaz_libxml2.m4