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

Unified Diff: configure.ac

Issue 1570013002: Check for C++11 support in the configure script. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 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 | « configure ('k') | m4/ax_cxx_compile_stdcxx.m4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configure.ac
diff --git a/configure.ac b/configure.ac
index da14d61bed3b8d57f16719cf2b31513e4272468c..cbea712f96152bd050dd72db06dd324055cf6277 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,9 @@ m4_include(m4/ax_pthread.m4)
AX_PTHREAD
AC_CHECK_HEADERS([a.out.h])
+m4_include(m4/ax_cxx_compile_stdcxx.m4)
+AX_CXX_COMPILE_STDCXX(11, noext, mandatory)
+
# Only build Linux client libs when compiling for Linux
case $host in
*-*-linux* | *-android* )
« no previous file with comments | « configure ('k') | m4/ax_cxx_compile_stdcxx.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698