[opensaml2] 38/38: Reapply Solaris fix to Boost macros
Ferenc Wágner
wferi at moszumanska.debian.org
Tue Aug 30 20:53:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch master
in repository opensaml2.
commit 61193de29e4c9f1ccff7ed7e1f42c2748c62be77
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Fri Jun 24 18:46:59 2016 -0400
Reapply Solaris fix to Boost macros
---
m4/boost.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/m4/boost.m4 b/m4/boost.m4
index bd0a9bd..1f57ea6 100644
--- a/m4/boost.m4
+++ b/m4/boost.m4
@@ -225,9 +225,9 @@ AC_LANG_POP([C++])dnl
AC_CACHE_CHECK([for Boost's header version],
[boost_cv_lib_version],
[m4_pattern_allow([^BOOST_LIB_VERSION$])dnl
- _BOOST_SED_CPP([[/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}]],
+ _BOOST_SED_CPP([[/^boost_lib_version = /{s///;s/[\" ]//g;p;q;}]],
[#include <boost/version.hpp>
-boost-lib-version = BOOST_LIB_VERSION],
+boost_lib_version = BOOST_LIB_VERSION],
[boost_cv_lib_version=`cat conftest.i`])])
# e.g. "134" for 1_34_1 or "135" for 1_35
boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git
More information about the Pkg-shibboleth-devel
mailing list