diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-01-15 09:32:57 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-01-15 09:32:57 -0800 |
commit | 7fab46eaa3de8e530863269556676e9de810758a (patch) | |
tree | 80f07bed6d90d8ccfc2f641a7a7c439b09896f07 /configure | |
parent | cea95f2cc443a5bee5cb69476ae73fd99d32fc0d (diff) | |
download | open-axiom-7fab46eaa3de8e530863269556676e9de810758a.tar.gz |
Require C++14.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |