From a9e0c7eb508ebea59f1fc26d4a6858c4b6feea3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 28 Jan 2022 01:46:10 +0100 Subject: [PATCH] Set C++11 as the required minimum standard. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a7f75ac0ff587d5b8694a1b78557597161f8104c) --- configure.in.min | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in.min b/configure.in.min index 9e52090..d10df67 100644 --- a/configure.in.min +++ b/configure.in.min @@ -46,6 +46,7 @@ AC_CONFIG_HEADER(config.h) dnl at the distribution this done dnl Checks for programs. AC_PROG_CC AC_PROG_CXX +TDE_CXX_COMPILE_STDCXX(11) AC_CHECK_COMPILERS AC_ENABLE_SHARED(yes) AC_ENABLE_STATIC(no)