summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:23:32 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:23:35 -0700
commit8e273775ee53d796c9accd256aac7c5dd9562b21 (patch)
tree0fc0d3877f1e23b37f82d0788a68fad9ff3e797d /configure.ac
parent6383049ee6b16b625d1a3f926bf60113b8495d7a (diff)
downloadphosphor-dbus-monitor-8e273775ee53d796c9accd256aac7c5dd9562b21.tar.gz
phosphor-dbus-monitor-8e273775ee53d796c9accd256aac7c5dd9562b21.zip
phosphor-dbus-monitor: use c++17
Update configure.ac to choose the c++17 standard Change-Id: I864d373572d413b0985eee0d6c958b6c982290ef 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 7ec92de..7209565 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AS_IF([test "x$SDBUSPLUSPLUS" == "x"],
AC_MSG_ERROR(["Requires sdbus++"]))
# 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 library functions.
OpenPOWER on IntegriCloud