summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-09-24 13:13:03 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-09-24 13:21:35 -0500
commit71f6e739d51dd3b02f0dbaa0f54548cc7cc71f98 (patch)
tree657215cd0567fca4fd84e4860e2387d789e01e80
parenta6963590773d4dea762571695e7c47d830aba5d7 (diff)
downloadphosphor-bmc-code-mgmt-71f6e739d51dd3b02f0dbaa0f54548cc7cc71f98.tar.gz
phosphor-bmc-code-mgmt-71f6e739d51dd3b02f0dbaa0f54548cc7cc71f98.zip
Switch to C++17
Change-Id: I18db16de1fa603e366a25f564610c63076108eb9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f768d45..4fa36d3 100755
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
)
# Checks for typedefs, structures, and compiler characteristics.
-AX_CXX_COMPILE_STDCXX_14([noext])
+AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
AC_DEFINE(ACTIVATION_FWD_ASSOCIATION, "inventory", [The name of the activation's forward association.])
OpenPOWER on IntegriCloud