summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:37:33 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 16:08:30 -0400
commit889c2df838fc2fdad710a5130d38abb1a58cbbc2 (patch)
tree1236953a6b172c862cd48d6f0fed6d9e3294cd25 /configure.ac
parenta680d1eff9ee796a294761dbdffe62cae4cda161 (diff)
downloadphosphor-inventory-manager-889c2df838fc2fdad710a5130d38abb1a58cbbc2.tar.gz
phosphor-inventory-manager-889c2df838fc2fdad710a5130d38abb1a58cbbc2.zip
phosphor-inventory-manager: use c++17
Update configure.ac to choose the c++17 standard Change-Id: Ib2437abc26c9e1a0b177e3f95c73dd61ceb468b8 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b703403..4a21e8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces],, AC_MS
PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],, AC_MSG_ERROR(["Requires phosphor-logging."]))
# 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], [CXXFLAGS])
# Checks for header files.
OpenPOWER on IntegriCloud