Enable building contrib/xml2 if configured using --with-libxml.

Andrew Dunstan <andrew@dunslane.net>

Commit: 6506a584cc853d2c6dcac76e75c9e1c802586afe
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2007-04-13T18:50:01Z
Releases: 8.3.0
Enable building contrib/xml2 if configured using --with-libxml.
If this breaks things due to missing libxslt, then I'll have to
revert it, but let's see if it breaks the buildfarm.

Workarounds in case libxslt is missing include:
. don't configure with libxml, or
. don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or
. change the xml2 Makefile

Files

PathChange+/−
configure modified +3 −1
configure.in modified +2 −1
contrib/Makefile modified +5 −2
src/Makefile.global.in modified +2 −1