about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-03-20T16·25-0500
committerWill Dietz <w@wdtz.org>2018-03-20T16·33-0500
commitdc99ea4483e8500d8ffe3015abf3a891d3d19559 (patch)
treef622fbba1d2d3c5d31d41c93ed627d7ec29fbb4b /configure.ac
parent21ebf6a16028291914bd14b0e5463b020dc7affa (diff)
ask autotools for c++14 support flags, not c++11; don't override later
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 54322d463a..7177c89144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ CXXFLAGS=
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_CPP
-AX_CXX_COMPILE_STDCXX_11
+AX_CXX_COMPILE_STDCXX_14
 
 
 # Use 64-bit file system calls so that we can support files > 2 GiB.