summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:17:14 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:17:16 -0700
commitd3d377426244621d5cc9274ee8ecb3a8f178c7f9 (patch)
tree595904251f226103054c11bcd4578892363db056
parent90d147a1ee5340278506bbdf94edc32bb77154f2 (diff)
downloadphosphor-debug-collector-d3d377426244621d5cc9274ee8ecb3a8f178c7f9.tar.gz
phosphor-debug-collector-d3d377426244621d5cc9274ee8ecb3a8f178c7f9.zip
phosphor-debug-collector: use c++17
Update configure.ac to choose the c++17 standard Change-Id: I3636e54a746c9f9312f5d01ac83113204ed78a46 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 776c440..e108087 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AS_IF([test "x$SDBUSPLUSPLUS" == "x"],
LT_INIT # Required for systemd linking
# 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])
AC_ARG_VAR(DUMP_BUSNAME, [The Dbus busname to own])
OpenPOWER on IntegriCloud