From c991cbef61db9cf21ff0a5455e60f46acb0513a3 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 28 Jan 2016 18:29:45 -0800 Subject: build: forget about -std=c++0x GCC 4.7 added support for `-std=c++11` which represents the final specification of what was originally known as C++0x. clang supports this standard since 3.4 (~1.5 years old). Let `-std=c++0x' fall to the annals of history. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index b71775342..da6ee9b97 100644 --- a/configure.ac +++ b/configure.ac @@ -355,9 +355,6 @@ fi AC_MSG_RESULT([${cxxflags_message}]) CHECK_CXXFLAG([-std=c++11]) -if test x"$cxxflag_success" = x"no" ; then - CHECK_CXXFLAG([-std=c++0x]) -fi CHECK_CXXFLAG([-fvisibility=hidden]) CHECK_CXXFLAG([-fvisibility-inlines-hidden]) -- cgit v1.2.3