Re: [xml] [PATCH] fix xmllint when built without HTML support



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/
daniel veillard com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]