[cpp-sp] branch master updated: Forgot to update xmltooling/opensaml check.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 21 17:12:08 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=a8f7c80081abb851900faae3f3faa5b3aadf1c2e
The following commit(s) were added to refs/heads/master by this push:
new a8f7c80 Forgot to update xmltooling/opensaml check.
a8f7c80 is described below
commit a8f7c80081abb851900faae3f3faa5b3aadf1c2e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 21 17:12:04 2020 -0400
Forgot to update xmltooling/opensaml check.
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 953dd29..1720a26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,16 +131,16 @@ AX_PKG_CHECK_MODULES([xerces],,[xerces-c >= 3.2],,,
AX_PKG_CHECK_MODULES([xmlsec],,[xml-security-c >= 2],,,
[SHIBSP_REQUIRES],[SHIBSP_REQUIRES_PRIVATE])
-AX_PKG_CHECK_MODULES([xmltooling],,[xmltooling >= 3],,,
+AX_PKG_CHECK_MODULES([xmltooling],,[xmltooling >= 3.1],,,
[SHIBSP_REQUIRES],[SHIBSP_REQUIRES_PRIVATE])
PKG_CHECK_VAR([xmltooling_includedir],[xmltooling],[includedir])
PKG_CHECK_VAR([XMLTOOLINGXMLDIR],[xmltooling],[pkgxmldir])
DX_INCLUDE="$DX_INCLUDE $xmltooling_includedir"
-AX_PKG_CHECK_MODULES([xmltooling_lite],,[xmltooling-lite >= 3],,,
+AX_PKG_CHECK_MODULES([xmltooling_lite],,[xmltooling-lite >= 3.1],,,
[SHIBSP_LITE_REQUIRES],[SHIBSP_LITE_REQUIRES_PRIVATE])
-AX_PKG_CHECK_MODULES([opensaml],,[opensaml >= 3],,,
+AX_PKG_CHECK_MODULES([opensaml],,[opensaml >= 3.1],,,
[SHIBSP_REQUIRES],[SHIBSP_REQUIRES_PRIVATE])
PKG_CHECK_VAR([OPENSAMLXMLDIR],[opensaml],[pkgxmldir])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list