summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-03 09:55:46 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:11:58 -0700
commita493615230bd5e00d8bc5345f556a884448540cb (patch)
tree56b21e73b2628ee18891ca0fb891defda365f8c4
parentea6516c4fe95b9d7f140f108c621c24a956ad98b (diff)
downloadphosphor-objmgr-a493615230bd5e00d8bc5345f556a884448540cb.tar.gz
phosphor-objmgr-a493615230bd5e00d8bc5345f556a884448540cb.zip
Compile with c++17
Unlock new language and feature support. Change-Id: I171b90570cd630fc7cec03b1f5fe617ebfde5de3 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 b8f7882..891e73b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],, AC_MSG_ERROR(["Requir
AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd development package required])])
# Checks for typedefs, structures, and compiler characteristics.
-AX_CXX_COMPILE_STDCXX_14([noext])
+AX_CXX_COMPILE_STDCXX_17([noext])
AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CFLAGS CXXFLAGS])
# Checks for library functions.
OpenPOWER on IntegriCloud