Revert "configure.ac: We require C++14 now"
This reverts commit 81c53fe8e5
. This
check appears to be stricter than we need (it broke a bunch of
platforms that previously did build:
http://hydra.nixos.org/eval/1331921#tabs-now-fail).
This commit is contained in:
parent
b95ce3194d
commit
c0a133876e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ CFLAGS=
|
|||
CXXFLAGS=
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AX_CXX_COMPILE_STDCXX_14
|
||||
AX_CXX_COMPILE_STDCXX_11
|
||||
|
||||
|
||||
# Use 64-bit file system calls so that we can support files > 2 GiB.
|
||||
|
|
Loading…
Reference in a new issue