[cpp-opensaml] branch master updated: Temporary update to xmltooling handling, pending addtl changes.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 21:45:29 EDT 2018
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=eebc24425b2036855cfb4c483af63ab8dd748f00
The following commit(s) were added to refs/heads/master by this push:
new eebc244 Temporary update to xmltooling handling, pending addtl changes.
eebc244 is described below
commit eebc24425b2036855cfb4c483af63ab8dd748f00
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 21:45:26 2018 -0400
Temporary update to xmltooling handling, pending addtl changes.
---
configure.ac | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1456da5..8000960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,15 +250,14 @@ fi
AC_CHECK_HEADER([xmltooling/XMLToolingConfig.h],,AC_MSG_ERROR([unable to find xmltooling header files]))
-AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([[#include <xmltooling/XMLToolingConfig.h>
-#include <xmltooling/version.h>]],
- [[#if _XMLTOOLING_VERSION >= 10400
-xmltooling::XMLToolingConfig::getConfig();
+AC_PREPROC_IFELSE(
+ [AC_LANG_PROGRAM([[#include <xmltooling/version.h>]],
+ [[#if _XMLTOOLING_VERSION >= 30000
+int i = 0;
#else
-#error Need XMLTooling version 1.4 or higher
+#error Need XMLTooling version 3.0 or higher
#endif]])],
- ,[AC_MSG_ERROR([unable to link with XMLTooling, or version was too old])])
+ ,[AC_MSG_ERROR([XMLTooling version 3.0.0 or greater is required.])])
# Check for unit test support
CXXTEST="/usr/bin/cxxtestgen.pl"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list