summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 09:26:29 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 17:06:10 +0000
commitbd0904b1e92a61d98b49fa9a20765b51b2a62348 (patch)
tree415113b259809a9e867d8f8589b0916572773b21 /configure.ac
parent96e01b7c110219bef0b0f68b6054454ae27dee95 (diff)
downloadphosphor-gpio-monitor-bd0904b1e92a61d98b49fa9a20765b51b2a62348.tar.gz
phosphor-gpio-monitor-bd0904b1e92a61d98b49fa9a20765b51b2a62348.zip
phosphor-gpio-monitor: use c++17
Update configure.ac to choose the c++17 standard Change-Id: Ie68586622ec8802ce1421dbbcfe8ec6a6f695df0 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e331b8c..2217485 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
# 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])
# For linking
OpenPOWER on IntegriCloud