diff options
| author | Vernon Mauery <vernon.mauery@linux.intel.com> | 2018-10-04 09:17:52 -0700 |
|---|---|---|
| committer | Deepak Kodihalli <dkodihal@in.ibm.com> | 2018-10-05 09:04:08 +0000 |
| commit | 6e3c2b7a75462d2708a3b526bd9896259c65c57d (patch) | |
| tree | 8f64a4910a66f08184653ebe805e12a4832720e8 | |
| parent | 0097cced1f5633d14e3304fbcc6279e7026c3abf (diff) | |
| download | openpower-vpd-parser-6e3c2b7a75462d2708a3b526bd9896259c65c57d.tar.gz openpower-vpd-parser-6e3c2b7a75462d2708a3b526bd9896259c65c57d.zip | |
openpower-vpd-parser: use c++17
Update configure.ac to choose the c++17 standard
Change-Id: If74a51c9576f3acdee6d5402069303d463b0d115
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 99191bd..3e29f20 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\ LT_INIT # 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]) # Test cases require SDK so only build if we're told to (and SDK is available) |

