commit | 384bc4c843b326c7cedd62750913e179ba572b1c | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Sep 10 13:10:51 2018 -0700 |
committer | Kun Yi <kunyi@google.com> | Wed Sep 12 10:10:57 2018 -0700 |
tree | 225c9ecc2ce43bd3c5c6c6ae6c27dbe0eb09c10e | |
parent | b5754fd45086e92b47cfd7aaa8a55c75a44881d6 [diff] |
Build as c++17 Change-Id: Ia6cfb3915174db1c55f1dd7adedd40c69000a217 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac index 277a361..875b3f6 100644 --- a/configure.ac +++ b/configure.ac
@@ -13,7 +13,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([-fpic -Wall -Werror], [CXXFLAGS]) # Checks for libraries.