From 81c53fe8e56f4a4ce10088fe2d7b6a524a6dc126 Mon Sep 17 00:00:00 2001
From: Tuomas Tynkkynen <tuomas@tuxera.com>
Date: Wed, 8 Feb 2017 20:29:37 +0200
Subject: configure.ac: We require C++14 now

At least in the main Makefile we have:

GLOBAL_CXXFLAGS += -std=c++14 -g -Wall
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'configure.ac')

diff --git a/configure.ac b/configure.ac
index e6b11be2df19..bfe81840c3b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ CFLAGS=
 CXXFLAGS=
 AC_PROG_CC
 AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX_11
+AX_CXX_COMPILE_STDCXX_14
 
 
 # Use 64-bit file system calls so that we can support files > 2 GiB.
-- 
cgit 1.4.1