summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:09:58 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:10:00 -0700
commitb3d71312fce2f4718088a785d96eebd762cf2104 (patch)
treef1b12f867bb03cb6a64f5f4dc97dcfa27927a2e8
parent6d83ddf7691fed618b8d9e871f608b8754e2134e (diff)
downloadopenpower-proc-control-b3d71312fce2f4718088a785d96eebd762cf2104.tar.gz
openpower-proc-control-b3d71312fce2f4718088a785d96eebd762cf2104.zip
openpower-proc-control: use c++17
Update configure.ac to choose the c++17 standard Change-Id: Ic782f5ca1a8435ecce99a92c5261d98eeac23647 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0534a9..743b210 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_PROG_INSTALL #Checks/sets the install variable to be used
AC_PROG_MAKE_SET
# 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 library functions
OpenPOWER on IntegriCloud