Kaydet (Commit) a5ec343f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

How is that supposed to ever work?

Change-Id: Ieb13095abb399662e449fad5a056999343165025
üst d285f273
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
boost_save_IFS=$IFS boost_save_IFS=$IFS
boost_version_req=1.36 boost_version_req=1.36
IFS=. IFS=.
@@ -16193,17 +16356,29 @@ $as_echo_n "checking for Boost's header @@ -16193,17 +16356,28 @@ $as_echo_n "checking for Boost's header
if ${boost_cv_lib_version+:} false; then : if ${boost_cv_lib_version+:} false; then :
$as_echo_n "(cached) " >&6 $as_echo_n "(cached) " >&6
else else
...@@ -315,7 +315,6 @@ ...@@ -315,7 +315,6 @@
+ grep -v '#' | + grep -v '#' |
tr -d '\r' | tr -d '\r' |
- $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; then : - $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; then :
+ tr -s '\n' ' ' |
+ $SED -n -e "/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}" >conftest.i 2>&1; then : + $SED -n -e "/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}" >conftest.i 2>&1; then :
boost_cv_lib_version=`cat conftest.i` boost_cv_lib_version=`cat conftest.i`
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment