phosphor-net-ipmid: use c++17

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

Change-Id: I7af16e26d36d2a5dd5341a6a7058c984ac60a78a
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/configure.ac b/configure.ac
index 5fbcd3e..83f676a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@
 )
 
 # 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])
 
 # Checks for libraries.