summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-09-20 18:48:13 -0700
committerWilliam A. Kennington III <wak@google.com>2018-09-25 18:10:55 -0700
commit548e9f13d2f0aa3eb0ec6ab179c3f5697b108366 (patch)
treec2de8d3abe6d9be2499f39cf9915b9e52c8e89fa
parent1a054aeab10d7cf32df704d256fa317fffa63026 (diff)
downloadphosphor-networkd-548e9f13d2f0aa3eb0ec6ab179c3f5697b108366.tar.gz
phosphor-networkd-548e9f13d2f0aa3eb0ec6ab179c3f5697b108366.zip
configure: Use c++17
This is needed to start using c++17 libraries and the code should already be trivially compatible. We can't move away from std::experimental::filesystem yet as that requires gcc8+. Tested: Project still builds in the unit test environment although no tests are actually run. Change-Id: I4db0bfe3d42be58d5296eddf5dea5383b7847374 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9930889..48adff4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_SILENT_RULES([yes])
# 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 programs.
OpenPOWER on IntegriCloud