Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: m4/boost.m4

Issue 2045008: Tiny modification to m4/boost.m4. (Closed) Base URL: ssh://git@gitrw.chromium.org//ibus-pinyin.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: m4/boost.m4
diff --git a/m4/boost.m4 b/m4/boost.m4
index ee3013f1418bcc691b1f64a81336826c71270d69..343c2be0d0e94db9f2d4146bdfcd067c91e307ee 100644
--- a/m4/boost.m4
+++ b/m4/boost.m4
@@ -67,7 +67,7 @@ dnl strip `\n' with backquotes, not the `\r'. This results in
dnl boost_cv_lib_version='1_37\r' for instance, which breaks
dnl everything else.
dnl Cannot use 'dnl' after [$4] because a trailing dnl may break AC_CACHE_CHECK
-(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
+(eval "$ac_cpp $CXXFLAGS conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
tr -d '\r' |
$SED -n -e "$1" >conftest.i 2>&1],
[$3],
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698