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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3