about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-02-21T14·01+0100
committerEelco Dolstra <edolstra@gmail.com>2017-02-21T14·03+0100
commitc0a133876ec58d902cf0dd74e550af50eb5d1832 (patch)
treea8b2fc3f26caaefbbe29c714f078929932a0bcd3 /configure.ac
parentb95ce3194dc431be2da9d79aecd5a7865fb5d486 (diff)
Revert "configure.ac: We require C++14 now"
This reverts commit 81c53fe8e56f4a4ce10088fe2d7b6a524a6dc126. 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).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bfe81840c3..e6b11be2df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.