summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:38:00 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:38:02 -0700
commit5fcff6720ecfbf6452d603ae9520b9b4c27192c7 (patch)
tree0f5eb5a6cf4094ef43ff8c277479c624cb62f296 /configure.ac
parent25fbd433ec1bc1ac98668e41bb994ccfe6d207dc (diff)
downloadipmi-fru-parser-5fcff6720ecfbf6452d603ae9520b9b4c27192c7.tar.gz
ipmi-fru-parser-5fcff6720ecfbf6452d603ae9520b9b4c27192c7.zip
ipmi-fru-parser: use c++17
Update configure.ac to choose the c++17 standard Change-Id: Ieba6326b77732498d53a9ce751f5672372c1e8a4 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 7a74c01..035dbb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.
AC_CHECK_HEADER(host-ipmid/ipmid-api.h, ,[AC_MSG_ERROR([Could not find host-ipmid/ipmid-api.h...host-ipmid package required])])
# Checks for typedefs, structures, and compiler characteristics.
-AX_CXX_COMPILE_STDCXX_14([noext])
+AX_CXX_COMPILE_STDCXX_17([noext])
AX_APPEND_COMPILE_FLAGS([-flto -fPIC -Wall -Werror], [CXXFLAGS])
AX_APPEND_COMPILE_FLAGS([-flto -fPIC -Wall -Werror], [CFLAGS])
OpenPOWER on IntegriCloud