[xmltooling] 52/65: Reapply Solaris fix to Boost macros
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jun 30 13:07:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/master
in repository xmltooling.
commit ad7702632e1a01c074f6ec15d2c0a937582be78c
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Fri Jun 24 18:47:07 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/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list