Lines 1-6
Link Here
|
1 |
--- configure.ac.orig 2016-01-08 22:05:48 UTC |
1 |
--- configure.ac.orig 2016-01-08 22:05:48 UTC |
2 |
+++ configure.ac |
2 |
+++ configure.ac |
3 |
@@ -43,6 +43,7 @@ AC_CONFIG_MACRO_DIR([m4]) |
3 |
@@ -43,6 +43,7 @@ |
4 |
|
4 |
|
5 |
AM_INIT_AUTOMAKE([1.9 dist-xz foreign no-dist-gzip subdir-objects -Wall -Wno-override tar-ustar]) |
5 |
AM_INIT_AUTOMAKE([1.9 dist-xz foreign no-dist-gzip subdir-objects -Wall -Wno-override tar-ustar]) |
6 |
AM_MAINTAINER_MODE([disable]) |
6 |
AM_MAINTAINER_MODE([disable]) |
Lines 8-14
Link Here
|
8 |
|
8 |
|
9 |
AM_GNU_GETTEXT_VERSION([0.18]) |
9 |
AM_GNU_GETTEXT_VERSION([0.18]) |
10 |
AM_GNU_GETTEXT([external]) |
10 |
AM_GNU_GETTEXT([external]) |
11 |
@@ -690,6 +691,7 @@ AC_CONFIG_FILES([ |
11 |
@@ -235,20 +236,7 @@ |
|
|
12 |
dnl Solaris builds, by defining HAVE_ALLOCA_H |
13 |
AC_CHECK_HEADERS_ONCE(alloca.h) |
14 |
|
15 |
- |
16 |
-dnl Enable C++ 11 support. Use gnu++11 on GCC since wxWidgets uses extensions |
17 |
-if test "${ax_cv_c_compiler_vendor}" = "gnu"; then |
18 |
- |
19 |
- dnl GCC < 4.9 has known bugs (#1397) and can't be used |
20 |
- AX_GCC_VERSION_ATLEAST(4,9,0,[gcc_ok=yes], [gcc_ok=no]) |
21 |
- if test x$gcc_ok = xno; then |
22 |
- AC_MSG_ERROR([Audacity requires at least GCC 4.9]) |
23 |
- fi |
24 |
- |
25 |
- CXXFLAGS="${CXXFLAGS} --std=gnu++11" |
26 |
-else |
27 |
- CXXFLAGS="${CXXFLAGS} --std=c++11" |
28 |
-fi |
29 |
+CXXFLAGS="${CXXFLAGS} --std=c++11" |
30 |
|
31 |
dnl -------------------------------------------------------------------------- |
32 |
dnl We would like warnings enabled on the builds, but different compilers need |
33 |
@@ -704,6 +692,7 @@ |
12 |
Makefile |
34 |
Makefile |
13 |
help/Makefile |
35 |
help/Makefile |
14 |
images/Makefile |
36 |
images/Makefile |