summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:28:29 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:28:32 -0700
commite7e46df6ba771c6da88fb472c93e59268f5d8a14 (patch)
tree61551fee28defa722ced64c6a51ba353d8c17aef
parent58d2efeef84aa2812dfc249d7005c765c4b2091a (diff)
downloadphosphor-settingsd-e7e46df6ba771c6da88fb472c93e59268f5d8a14.tar.gz
phosphor-settingsd-e7e46df6ba771c6da88fb472c93e59268f5d8a14.zip
phosphor-settingsd: use c++17
Update configure.ac to choose the c++17 standard Change-Id: I5aa098f4d573ce14f8d5ee5c74f1b85fd10d1bb6 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 ec6df59..ecfda4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\
LT_INIT
-AX_CXX_COMPILE_STDCXX_14([noext])
+AX_CXX_COMPILE_STDCXX_17([noext])
AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
AC_ARG_VAR(SETTINGS_BUSNAME, [The Dbus busname to own])
OpenPOWER on IntegriCloud