Merge pull request #510 from heuripedes/master

Add missing libxml2 check in griffin.c
This commit is contained in:
Hans-Kristian Arntzen 2014-01-22 03:44:36 -08:00
commit 39100bbdba
1 changed files with 2 additions and 1 deletions

View File

@ -606,9 +606,10 @@ RZLIB
/*============================================================
XML
============================================================ */
#ifndef HAVE_LIBXML2
#define RXML_LIBXML2_COMPAT
#include "../compat/rxml/rxml.c"
#endif
/*============================================================
APPLE EXTENSIONS
============================================================ */