[cpp-xmltooling] 21/22: Require xerces 3.2, add CXXTESTFLAGS passthru.

Scott Cantor cantor.2 at osu.edu
Thu Jun 21 14:57:37 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=31ec248614d117482ac0ff26364dc4dd9d0cabbe

commit 31ec248614d117482ac0ff26364dc4dd9d0cabbe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 14:56:57 2018 -0400

    Require xerces 3.2, add CXXTESTFLAGS passthru.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f2b3d5c..02864b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,7 +132,7 @@ AX_PKG_CHECK_MODULES([log4shib],,[log4shib],
         [XMLTOOLING_LITE_REQUIRES],[XMLTOOLING_LITE_REQUIRES_PRIVATE])],,
     [XMLTOOLING_LITE_REQUIRES],[XMLTOOLING_LITE_REQUIRES_PRIVATE])
 
-AX_PKG_CHECK_MODULES([xerces],,[xerces-c >= 3],,,
+AX_PKG_CHECK_MODULES([xerces],,[xerces-c >= 3.2],,,
     [XMLTOOLING_LITE_REQUIRES],[XMLTOOLING_LITE_REQUIRES_PRIVATE])
 
 AC_ARG_WITH(xmlsec,
@@ -171,6 +171,7 @@ AC_LINK_IFELSE(
 # Check for unit test support
 AC_ARG_VAR([CXXTEST], [override the cxxtestgen executable and options])
 AC_CHECK_PROGS([CXXTEST], [cxxtestgen cxxtestgen.pl], [false])
+AC_ARG_VAR([CXXTESTFLAGS], [override the cxxtest compiler flags needed to build tests])
 AM_CONDITIONAL([BUILD_UNITTEST], [test "x${CXXTEST}" != xfalse])
 
 AC_ARG_WITH([pkgxmldir],

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


More information about the commits mailing list