From: Adam Dickmeiss Date: Fri, 22 Jun 2007 09:58:59 +0000 (+0000) Subject: Fixed bug #1206: Libxml2 include path weirdness. The problem is libexslt X-Git-Tag: PAZPAR2.1.0.4 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=01086fa65e1238c158723ddde8ed68d9f95865f1;hp=01086fa65e1238c158723ddde8ed68d9f95865f1;p=m4-moved-to-github.git 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 . ---