[vte] build: Require C++17
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] build: Require C++17
- Date: Thu, 27 Sep 2018 16:08:18 +0000 (UTC)
commit 12e0145329cc4f16ea1bc6ba5f2075109a84eef6
Author: Christian Persch <chpe src gnome org>
Date: Thu Sep 27 18:07:50 2018 +0200
build: Require C++17
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 0798e9f4..fdb77688 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ AC_HEADER_STDC
AM_PROG_CC_C_O
AC_PROG_SED
-AX_CXX_COMPILE_STDCXX([14])
+AX_CXX_COMPILE_STDCXX([17])
AC_SYS_LARGEFILE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]