From 6e3c2b7a75462d2708a3b526bd9896259c65c57d Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Thu, 4 Oct 2018 09:17:52 -0700 Subject: openpower-vpd-parser: use c++17 Update configure.ac to choose the c++17 standard Change-Id: If74a51c9576f3acdee6d5402069303d463b0d115 Signed-off-by: Vernon Mauery --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 99191bd..3e29f20 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\ LT_INIT # 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]) # Test cases require SDK so only build if we're told to (and SDK is available) -- cgit v1.2.1