diff options
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 646f39025d..fe99135bea 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -216,6 +216,7 @@ test $want_xml = no && use_xml=no if test $use_xml != no; then # Then see if XQilla is available AC_CHECK_LIB([xerces-c], [_init], , [use_xml=no]) + AC_CHECK_HEADER([xercesc/framework/MemBufInputSource.hpp], , [use_xml=no]) AC_CHECK_HEADER([xqilla/xqilla-simple.hpp], , [use_xml=no]) AC_CHECK_LIB([xqilla], [canonicalCombiningClassTable], , [use_xml=no]) |
