From 0eee96800774a903d02a24f4d9948dc8caf8c0f7 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sat, 18 Mar 2006 06:40:21 +0000 Subject: [PATCH] Allow for Xerces 2.7 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9c3f749..7cd15ff 100644 --- a/configure.ac +++ b/configure.ac @@ -186,13 +186,13 @@ AC_CHECK_HEADER([xercesc/dom/DOM.hpp],, AC_MSG_CHECKING([Xerces version]) AC_PREPROC_IFELSE( [AC_LANG_PROGRAM([#include ], -[#if _XERCES_VERSION == 20601 +[#if _XERCES_VERSION > 20200 && _XERCES_VERSION != 20600 int i = 0; #else -#error must use patched version 2.6.1 provided by Shibboleth project (http://wayf.internet2.edu/shibboleth/) +#error requires version > 2.2.0 but not 2.6.0 #endif])], [AC_MSG_RESULT(OK)], - [AC_MSG_ERROR([Shibboleth requires patched Xerces version 2.6.1 (http://wayf.internet2.edu/shibboleth/)])]) + [AC_MSG_ERROR([Shibboleth requires patched Xerces version 2.6.1 (http://shibboleth.internet2.edu/downloads/)])]) AC_TRY_LINK( [#include ], [xercesc::XMLPlatformUtils::Initialize()], -- 2.1.4