On Tue, Nov 04, 2008 at 09:56:38AM +0100, Matthias Kaehlcke wrote:
> xmllint fails to compile when libxml2 is configured without HTML
> support. the following patch fixes the problem by conditional
> compilation of the offending instructions

  Actually the html flag is defined

#if defined(LIBXML_HTML_ENABLED) || defined(LIBXML_VALID_ENABLED)

so I used that condition instead,

   Applied and commited,

     thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[EMAIL PROTECTED]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to