summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:00:12 -0700
committerDeepak Kodihalli <dkodihal@in.ibm.com>2018-10-17 06:01:13 +0000
commit93b1b7c4629b5c7f6dcf2950c1536e23ef014abc (patch)
tree94e45901217f6a706a20af4b1edeb8f252fffb77
parentb17e8768da6db65dc7e96f07995256a666dc83f5 (diff)
downloadphosphor-logging-93b1b7c4629b5c7f6dcf2950c1536e23ef014abc.tar.gz
phosphor-logging-93b1b7c4629b5c7f6dcf2950c1536e23ef014abc.zip
phosphor-logging: use c++17
Update configure.ac to choose the c++17 standard Change-Id: Ie34c3148c7f24f3b85931644da14bba93631d74a Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce9b8bb..fa1700a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_ARG_ENABLE([install_scripts],
AM_CONDITIONAL([INSTALL_SCRIPTS], [test "x$enable_install_scripts" = "xyes"])
AS_IF([test "x$enable_install_scripts" != "xyes"], [
# 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])
# Python
OpenPOWER on IntegriCloud