From bf478b519ab98cedd282a59e5e99a31e06c0b5d7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 3 May 2024 16:15:07 +0200 Subject: Switch to C++17 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d0016c2..89cd821 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PROG_CXX AC_PROG_LIBTOOL LT_INIT -AX_CXX_COMPILE_STDCXX(11,noext,mandatory) +AX_CXX_COMPILE_STDCXX(17,noext,mandatory) # std::thread requires pthread AX_PTHREAD( [ -- cgit v1.2.3