diff options
Diffstat (limited to 'audio/audacity/files/patch-configure.ac')
-rw-r--r-- | audio/audacity/files/patch-configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audacity/files/patch-configure.ac b/audio/audacity/files/patch-configure.ac index 38cc5dd206f8..489f79e86e93 100644 --- a/audio/audacity/files/patch-configure.ac +++ b/audio/audacity/files/patch-configure.ac @@ -1,12 +1,12 @@ ---- configure.ac.orig 2016-01-08 22:05:48 UTC +--- configure.ac.orig 2016-01-08 22:05:48 UTC +++ configure.ac -@@ -235,20 +236,7 @@ +@@ -235,20 +235,7 @@ dnl Solaris builds, by defining HAVE_ALLOCA_H AC_CHECK_HEADERS_ONCE(alloca.h) - -dnl Enable C++ 11 support. Use gnu++11 on GCC since wxWidgets uses extensions --if test "${ax_cv_c_compiler_vendor}" = "gnu"; then +-if "${CXX}" -v 2>&1 | grep -q '^gcc version'; then - - dnl GCC < 4.9 has known bugs (#1397) and can't be used - AX_GCC_VERSION_ATLEAST(4,9,0,[gcc_ok=yes], [gcc_ok=no]) |