From f222cf51d4801f3bda3ba1e2e57a898d3da11bb1 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 12 Sep 2018 10:15:48 -0700 Subject: Build as c++17 Setting as separate patch to not require move until user is ready. Change-Id: Ia15de3ba1a4332dc51cc5539e895d7ab5ee072c7 Signed-off-by: Patrick Venture --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e81c806..186c711 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET # Checks for typedefs, structures, and compiler characteristics. -AX_CXX_COMPILE_STDCXX_14([noext]) +AX_CXX_COMPILE_STDCXX_17([noext]) AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) # Checks for libraries. -- cgit v1.2.3