[cpp-xmltooling] branch master updated: Reapply Solaris fix to Boost macros

Scott Cantor cantor.2 at osu.edu
Fri Jun 24 18:47:10 EDT 2016


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

The following commit(s) were added to refs/heads/master by this push:
       new  ad77026   Reapply Solaris fix to Boost macros
ad77026 is described below

commit ad7702632e1a01c074f6ec15d2c0a937582be78c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: 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/_.*//'`

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


More information about the commits mailing list