libxml2 r3802 - trunk
- From: veillard svn gnome org
- To: svn-commits-list gnome org
- Subject: libxml2 r3802 - trunk
- Date: Thu, 6 Nov 2008 13:47:39 +0000 (UTC)
Author: veillard
Date: Thu Nov 6 13:47:39 2008
New Revision: 3802
URL: http://svn.gnome.org/viewvc/libxml2?rev=3802&view=rev
Log:
* xmllint.c: Matthias Kaehlcke reported a build problem when
not compiling HTML support in.
daniel
Modified:
trunk/ChangeLog
trunk/xmllint.c
Modified: trunk/xmllint.c
==============================================================================
--- trunk/xmllint.c (original)
+++ trunk/xmllint.c Thu Nov 6 13:47:39 2008
@@ -2753,9 +2753,11 @@
#endif
#ifdef LIBXML_DEBUG_ENABLED
+#if defined(LIBXML_HTML_ENABLED) || defined(LIBXML_VALID_ENABLED)
if ((debugent) && (!html))
xmlDebugDumpEntities(stderr, doc);
#endif
+#endif
/*
* free it.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]