[cpp-opensaml] branch master updated: Remove legacy xmlsec support.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 27 17:27:03 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=dd28b61d929130294b6374ce7640ced18482210f
The following commit(s) were added to refs/heads/master by this push:
new dd28b61 Remove legacy xmlsec support.
dd28b61 is described below
commit dd28b61d929130294b6374ce7640ced18482210f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 27 17:26:59 2017 -0500
Remove legacy xmlsec support.
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1dc8487..4182e82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,13 +251,13 @@ AC_CHECK_HEADER([xsec/utils/XSECPlatformUtils.hpp],,AC_MSG_ERROR([unable to find
AC_MSG_CHECKING([XML-Security version])
AC_PREPROC_IFELSE(
[AC_LANG_PROGRAM([#include <xsec/utils/XSECPlatformUtils.hpp>],
- [#if XSEC_VERSION_MAJOR > 1 || (XSEC_VERSION_MAJOR == 1 && XSEC_VERSION_MEDIUM > 3)
+ [#if XSEC_VERSION_MAJOR >= 2
int i = 0;
#else
-#error need version 1.4.0 or later
+#error need version 2.0.0 or later
#endif])],
[AC_MSG_RESULT(OK)],
- [AC_MSG_FAILURE([XML-Security version 1.4.0 or greater is required.])])
+ [AC_MSG_FAILURE([XML-Security version 2.0.0 or greater is required.])])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[#include <xsec/utils/XSECPlatformUtils.hpp>]],
[[XSECPlatformUtils::Initialise()]])],,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list