From: Scott Cantor Date: Mon, 22 Sep 2008 15:43:01 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-149 X-Git-Tag: 2.2.0~161 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=2cea2e42f1810411d146a840304690a9e6d0cbcd https://issues.shibboleth.net/jira/browse/SSPCPP-149 --- diff --git a/configure.ac b/configure.ac index effa6af..5421411 100644 --- a/configure.ac +++ b/configure.ac @@ -305,10 +305,10 @@ AC_CHECK_HEADER([saml/saml2/metadata/Metadata.h],, AC_TRY_LINK( [#include #include ], - [#if _OPENSAML_VERSION >= 20000 + [#if _OPENSAML_VERSION >= 20100 opensaml::SAMLConfig::getConfig(); #else -#error Need OpenSAML version 2.0 or higher +#error Need OpenSAML version 2.1 or higher #endif], [AC_DEFINE(HAVE_SAML,1,[Define if saml library was found])], [AC_MSG_ERROR([unable to link with OpenSAML, or version was too old])])