From: cantor Date: Sun, 7 Dec 2008 04:56:00 +0000 (+0000) Subject: Add DOM3 tests for Xerces 3 support. X-Git-Tag: 1.4.1~283 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=93ba632f552d6be14504de06fcbde091574f7a97 Add DOM3 tests for Xerces 3 support. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@548 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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,