summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-04 10:00:59 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-05 01:28:07 +0000
commit998a82ec587be23bc5c2e59ba858fb099279c5f0 (patch)
tree8111b1a15f88647099c6a77b434621a69eadd410 /configure.ac
parentdb61501f7a2ad964555b3fb482a2bb4cffcbbb9d (diff)
downloadopenpower-dbus-interfaces-998a82ec587be23bc5c2e59ba858fb099279c5f0.tar.gz
openpower-dbus-interfaces-998a82ec587be23bc5c2e59ba858fb099279c5f0.zip
openpower-dbus-interfaces: use c++17
Update configure.ac to choose the c++17 standard Change-Id: I73ee9efa65ef8cb248ab7547f2fdd6d6145e6020 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 d74c185..09cfed9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AS_IF([test "x$enable_libopenpower_dbus" != "xno"], [
AC_MSG_ERROR([Cannot find sdbus++]))
# Check for baseline language coverage in the compiler for the C++14 standard
- AX_CXX_COMPILE_STDCXX_14([noext])
+ AX_CXX_COMPILE_STDCXX_17([noext])
AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS])
AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
OpenPOWER on IntegriCloud