commit | 004fb909202e39b34cb72d31390facd525b04c9b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Sep 10 13:08:48 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Sep 10 13:34:52 2018 -0700 |
tree | 0383c0730f37539b97c3af8780d504a2d8ade8b7 | |
parent | ff0ee70f0fb8e0c2173f826f4d96fbfced09ca14 [diff] |
Build as c++17 Change-Id: I5259037e9ea57b59e4cc7e9b5d7a46050f5f7c93 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac index d565472..48c2a95 100644 --- a/configure.ac +++ b/configure.ac
@@ -14,7 +14,7 @@ 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.