openpower-vpd-parser: use c++17

Update configure.ac to choose the c++17 standard

Change-Id: If74a51c9576f3acdee6d5402069303d463b0d115
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/configure.ac b/configure.ac
index 99191bd..3e29f20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 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)