From 7fab46eaa3de8e530863269556676e9de810758a Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 15 Jan 2017 09:32:57 -0800 Subject: Require C++14. --- config/open-axiom.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index dc64510b..0736da35 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -256,11 +256,11 @@ esac ]) dnl ----------------------------- -dnl -- OPENAXIOM_REQUIRE_CXX11 -- +dnl -- OPENAXIOM_REQUIRE_CXX14 -- dnl ----------------------------- -AC_DEFUN([OPENAXIOM_REQUIRE_CXX11],[ +AC_DEFUN([OPENAXIOM_REQUIRE_CXX14],[ oa_saved_cxxflags=$CXXFLAGS -CXXFLAGS="-std=c++11" +CXXFLAGS="-std=c++14" AC_MSG_CHECKING([whether $CXX supports $CXXFLAGS]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], [AC_MSG_RESULT([yes])] -- cgit v1.2.3