summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:08:13 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:08:16 -0700
commit48df959b592534568d4cea7ebd6cc87ab2bd4947 (patch)
treeb7f81e6266e51b2fb8870d977ecd72370fd772fe
parentbd2e80a65ec3e5cc4e27c46ddcb9c0f69aa326e6 (diff)
downloadphosphor-fan-presence-48df959b592534568d4cea7ebd6cc87ab2bd4947.tar.gz
phosphor-fan-presence-48df959b592534568d4cea7ebd6cc87ab2bd4947.zip
phosphor-fan-presence: use c++17
Update configure.ac to choose the c++17 standard Change-Id: I9c7bba8ae28101e95eb969dd1d1ae01f37cd3e48 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 0cb53a8..544b763 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AM_PATH_PYTHON([2.7], [AC_SUBST([PYTHON], [echo "$PYTHON"])],
[AC_MSG_ERROR([Could not find python-2.7 installed...python-2.7 is required])])
# 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.
OpenPOWER on IntegriCloud