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

Unified Diff: src/config.h.in

Issue 1870733005: Fix a dependency issue in automake (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Add TEST_DEPS Created 4 years, 8 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 | « aclocal.m4 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/config.h.in
diff --git a/src/config.h.in b/src/config.h.in
index 1db015930932ee908a1c541170f1d1b5b1237875..ee6a67ad95df61d01a18066b3d89b59daf640b6b 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -3,6 +3,9 @@
/* Define to 1 if you have the <a.out.h> header file. */
#undef HAVE_A_OUT_H
+/* define if the compiler supports basic C++11 syntax */
+#undef HAVE_CXX11
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
« no previous file with comments | « aclocal.m4 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698