Skip to content

Commit 580c02b

Browse files
ChiitooAllan Sandfeld Jensen
authored andcommitted
Remove check for catalog support in libxml2
Changes have been made upstream, backported in http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?h=65-based&id=eb5360b2 that make it possible to link against system libxml2 again, even if it has been compiled with catalog support. Thanks to Arfrever Frehtes Taifersar Arahesis for their help on this. Change-Id: I61a49ab806f6dbbd96a2df09946c1a14062e6df5 Reviewed-by: Michal Klocek <[email protected]>
1 parent 04ccb41 commit 580c02b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config.tests/xml2/xml2.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
****************************************************************************/
2828

2929
#include <libxml/xmlversion.h>
30-
#if defined(LIBXML_CATALOG_ENABLED)
31-
#error "libxml catalog enabled"
32-
#endif
3330
#if !defined(LIBXML_ICU_ENABLED)
3431
#error "libxml icu not enabled"
3532
#endif

0 commit comments

Comments
 (0)