XMLCALL exportable macro is defined in two header files on i586.
(expat_external.h and xmlexports.h)
In order to avoid redefined error, we should put undef that macro.
Change-Id: I9270d4038443978548d197a8196b40eb5db7e065
#include <unistd.h>
#if HAVE_LIBXML
+/* XMLCALL exportable macro is defined in two header files on i586.
+ * (expat_external.h and xmlexports.h)
+ * In order to avoid redefined error, we should put undef that macro.
+ */
+#ifdef XMLCALL
+# undef XMLCALL
+#endif
#include <libxml/parser.h>
/* Embedded wayland.dtd file */