Protect libxml/parser.h with proper autoconf definition.
This commit is contained in:
parent
f1d66c008d
commit
8b6d8dbdf3
|
@ -25,7 +25,9 @@
|
|||
|
||||
#ifdef HAVE_LIBXML2
|
||||
|
||||
#ifdef HAVE_LIBXML_PARSER_H
|
||||
#include <libxml/parser.h>
|
||||
#endif
|
||||
|
||||
/* constructors */
|
||||
extern IXMLDOMNode *create_domdoc_node( xmlDocPtr node );
|
||||
|
|
Loading…
Reference in New Issue