On Wed, Mar 23, 2011 at 12:01 PM, <[email protected]> wrote: > Author: niq > Date: Wed Mar 23 16:01:12 2011 > New Revision: 1084621 > > URL: http://svn.apache.org/viewvc?rev=1084621&view=rev > Log: > Decouple apr_xml from reliance on Expat > > Build with expat and it's effectively unchanged. > The alternative build with libxml2 is compatible to the point > that it passes the test suite, but shouldn't be considered > ready for primetime!
how does one build only with expat? without libxml2 dev files, my build starts failing with xml/apr_xml_libxml2.c:20:27: error: libxml/parser.h: No such file or directory
