[cpp-opensaml] branch master updated: Forgot to update xmltooling check.

Scott Cantor cantor.2 at osu.edu
Tue Apr 21 17:11:52 EDT 2020


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=aa8761560c836d99e5a801320663606cc2d46778

The following commit(s) were added to refs/heads/master by this push:
       new  aa87615   Forgot to update xmltooling check.
aa87615 is described below

commit aa8761560c836d99e5a801320663606cc2d46778
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 21 17:11:43 2020 -0400

    Forgot to update xmltooling check.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 363a4a5..56e3fa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AX_PKG_CHECK_MODULES([xerces],,[xerces-c >= 3.2])
 
 AX_PKG_CHECK_MODULES([xmlsec],,[xml-security-c >= 2])
 
-AX_PKG_CHECK_MODULES([xmltooling],,[xmltooling >= 3])
+AX_PKG_CHECK_MODULES([xmltooling],,[xmltooling >= 3.1])
 PKG_CHECK_VAR([DX_INCLUDE], [xmltooling], [includedir])
 
 # Check for unit test support

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list