summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:31:50 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:31:56 -0700
commit6425ab76f5bdde1ea098645acc3b578414406f4f (patch)
treed15bc1a28525640e8cb6735c98517da3abf4e589
parent14e14cddf60e9858d5f3de8f46adfc42bc880cfa (diff)
downloadphosphor-state-manager-6425ab76f5bdde1ea098645acc3b578414406f4f.tar.gz
phosphor-state-manager-6425ab76f5bdde1ea098645acc3b578414406f4f.zip
phosphor-state-manager: use c++17
Update configure.ac to choose the c++17 standard Change-Id: I9d96c8e5c7182c9647939621cb4ad1c971479f2d 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 f1d3a2f..bd3ecac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\
AC_MSG_ERROR(["Requires phosphor-logging package."]))
# 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