diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4afb816..b7759db 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ AC_PROG_CC AC_PROG_CXX AC_LANG([C++]) AC_LANG_COMPILER_REQUIRE +AX_CXX_COMPILE_STDCXX_11([],[mandatory]) PKG_PROG_PKG_CONFIG([0.19]) # Initialize libtool @@ -103,7 +104,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then -Wnested-externs -Wpointer-arith \ -Wcast-align -Wsign-compare \ $CFLAGS" - CXXFLAGS="-Wall -std=c++98 $CXXFLAGS" + CXXFLAGS="-Wall $CXXFLAGS" else AC_MSG_RESULT(no) fi |