summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-12 10:15:48 -0700
committerPatrick Venture <venture@google.com>2018-09-15 13:11:57 -0700
commitf222cf51d4801f3bda3ba1e2e57a898d3da11bb1 (patch)
tree178f2600ad3d7420c6c55a14b9fde63d47f9cba2
parentef3aeadc9be37c47d0627e576e81a74a5bb9e94f (diff)
downloadphosphor-ipmi-blobs-f222cf51d4801f3bda3ba1e2e57a898d3da11bb1.tar.gz
phosphor-ipmi-blobs-f222cf51d4801f3bda3ba1e2e57a898d3da11bb1.zip
Build as c++17
Setting as separate patch to not require move until user is ready. Change-Id: Ia15de3ba1a4332dc51cc5539e895d7ab5ee072c7 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e81c806..186c711 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PROG_INSTALL
AC_PROG_MAKE_SET
# 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])
# Checks for libraries.
OpenPOWER on IntegriCloud