aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2017-01-15 09:32:57 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2017-01-15 09:32:57 -0800
commit7fab46eaa3de8e530863269556676e9de810758a (patch)
tree80f07bed6d90d8ccfc2f641a7a7c439b09896f07 /configure
parentcea95f2cc443a5bee5cb69476ae73fd99d32fc0d (diff)
downloadopen-axiom-7fab46eaa3de8e530863269556676e9de810758a.tar.gz
Require C++14.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a18ddf71..af168c5f 100755
--- a/configure
+++ b/configure
@@ -5542,7 +5542,7 @@ fi
oa_saved_cxxflags=$CXXFLAGS
-CXXFLAGS="-std=c++11"
+CXXFLAGS="-std=c++14"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports $CXXFLAGS" >&5
$as_echo_n "checking whether $CXX supports $CXXFLAGS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext