From: Scott Cantor Date: Sun, 7 Dec 2008 04:56:00 +0000 (+0000) Subject: Add DOM3 tests for Xerces 3 support. X-Git-Tag: 1.2.0~47 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=d6e2bb2e166ee01c98edc17514ccd47a9298e2cd Add DOM3 tests for Xerces 3 support. --- diff --git a/configure.ac b/configure.ac index 93f3f44..e6a8654 100644 --- a/configure.ac +++ b/configure.ac @@ -169,6 +169,9 @@ AC_TRY_LINK( [AC_DEFINE(HAVE_LIBXERCESC,1,[Define if Xerces-C library was found])], [AC_MSG_ERROR([unable to link with Xerces])]) +# DOM3 API checks. +AC_CHECK_HEADERS([xercesc/dom/DOMLSParser.hpp xercesc/dom/DOMLSSerializer.hpp xercesc/dom/DOMLSResourceResolver.hpp]) + # XML-Security settings AC_ARG_WITH(xmlsec,