diff options
| author | Vernon Mauery <vernon.mauery@linux.intel.com> | 2018-10-04 10:34:50 -0700 |
|---|---|---|
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | 2018-10-04 10:34:52 -0700 |
| commit | e0844ff447abad01fa6f902caab3839336d1518d (patch) | |
| tree | ee592e9fb0d3c867922a6633c89fedeb80d8bd2d | |
| parent | 8609c65aaa48eeff85cd9dd375253d7755581993 (diff) | |
| download | phosphor-led-sysfs-e0844ff447abad01fa6f902caab3839336d1518d.tar.gz phosphor-led-sysfs-e0844ff447abad01fa6f902caab3839336d1518d.zip | |
phosphor-led-sysfs: use c++17
Update configure.ac to choose the c++17 standard
Change-Id: I4dac04257a7b6758d28c8639d1ced9651cfaca90
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 6a08be3..58e557a 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_MAKE_SET PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221]) # 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 libtools |

