[beast/devel: 1/3] BUILD: compile sources as C++11 (g++ -std=gnu++0x)
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 1/3] BUILD: compile sources as C++11 (g++ -std=gnu++0x)
- Date: Thu, 3 Jan 2013 03:16:33 +0000 (UTC)
commit ed6a38037c52603e97082a93f6b2b789f593a19d
Author: Tim Janik <timj gnu org>
Date: Wed Jan 2 20:36:57 2013 +0100
BUILD: compile sources as C++11 (g++ -std=gnu++0x)
configure.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7e73ae8..da0e60c 100644
--- a/configure.in
+++ b/configure.in
@@ -126,6 +126,9 @@ AC_C_CONST
AC_C_INLINE
AC_HEADER_STDC
+# == C++11 ==
+MC_EVAR_ADD(CXXFLAGS, -std=gnu++0x, -std=gnu++0x -pthread)
+
# Checks for programs
AC_PROG_INSTALL
AC_PROG_LN_S
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]