From 998a82ec587be23bc5c2e59ba858fb099279c5f0 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Thu, 4 Oct 2018 10:00:59 -0700 Subject: openpower-dbus-interfaces: use c++17 Update configure.ac to choose the c++17 standard Change-Id: I73ee9efa65ef8cb248ab7547f2fdd6d6145e6020 Signed-off-by: Vernon Mauery --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d74c185..09cfed9 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AS_IF([test "x$enable_libopenpower_dbus" != "xno"], [ AC_MSG_ERROR([Cannot find sdbus++])) # Check for baseline language coverage in the compiler for the C++14 standard - AX_CXX_COMPILE_STDCXX_14([noext]) + AX_CXX_COMPILE_STDCXX_17([noext]) AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS]) AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) -- cgit v1.2.1