From 3618f443ceae49bbcbfd7d35563c23f876ca5d79 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Thu, 4 Oct 2018 10:23:01 -0700 Subject: phosphor-user-manager: use c++17 Update configure.ac to choose the c++17 standard Change-Id: I50e860687ee7b1e98c12f01e83acaad13c1fb2a9 Signed-off-by: Vernon Mauery --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d41a5d..cf78609 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"], ) # 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]) # For libtools -- cgit v1.2.1