From: Scott Cantor Date: Wed, 16 Nov 2011 21:34:22 +0000 (+0000) Subject: Fix another Solaris bug. X-Git-Tag: 1.5.0~70 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=a6796a2fbc02823a9c914a0bc8d8fc52c00a66cd Fix another Solaris bug. --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 99072df..aa53c7f 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -206,9 +206,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-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/_.*//;s/ //'`