diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-15 10:04:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-15 10:04:08 +0200 |
commit | e3821e26ad868bdd78f999695cd70e6e132da4a8 (patch) | |
tree | 4f83deb68905a319175ee36edb47d95ddd583336 | |
parent | 515b45636a232da39e9cd9bbe1f451819b849b8f (diff) |
Only expect c++x0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7dec472..17aae11 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AM_PROG_CC_C_O dnl Compile with C++11 support. #AX_CXX_COMPILE_STDCXX_11 -CXXFLAGS="$CXXFLAGS -std=c++11" +CXXFLAGS="$CXXFLAGS -std=c++0x" LT_INIT |