From b6af8b655f5e7b0466665094d9433f1def9a3343 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Thu, 4 Oct 2018 10:26:17 -0700 Subject: phosphor-dbus-interfaces: use c++17 Update configure.ac to choose the c++17 standard Change-Id: I519d938138c35fe53354b1505c12b02aee1e3f75 Signed-off-by: Vernon Mauery --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92b9b73..cbdc1f9 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AS_IF([test "x$enable_libphosphor_dbus" != "xno"], [ AX_PKG_CHECK_MODULES([SDBUSPLUS], [], [sdbusplus], [], [AC_MSG_ERROR(["sdbusplus required and not found."])]) # 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], [CFLAGS]) AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) -- cgit v1.2.1