openpower-dbus-interfaces: use c++17
Update configure.ac to choose the c++17 standard
Change-Id: I73ee9efa65ef8cb248ab7547f2fdd6d6145e6020
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/configure.ac b/configure.ac
index d74c185..09cfed9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@
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])