configure.ac: We require C++14 now

At least in the main Makefile we have:

GLOBAL_CXXFLAGS += -std=c++14 -g -Wall
This commit is contained in:
Tuomas Tynkkynen 2017-02-08 20:29:37 +02:00
parent 4724903c78
commit 81c53fe8e5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ CFLAGS=
CXXFLAGS=
AC_PROG_CC
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11
AX_CXX_COMPILE_STDCXX_14
# Use 64-bit file system calls so that we can support files > 2 GiB.