https://issues.shibboleth.net/jira/browse/SSPCPP-149
authorScott Cantor <cantor.2@osu.edu>
Mon, 22 Sep 2008 15:43:01 +0000 (15:43 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 22 Sep 2008 15:43:01 +0000 (15:43 +0000)
configure.ac

index effa6af..5421411 100644 (file)
@@ -305,10 +305,10 @@ AC_CHECK_HEADER([saml/saml2/metadata/Metadata.h],,
 AC_TRY_LINK(
        [#include <saml/SAMLConfig.h>
 #include <saml/version.h>],
-       [#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])])