From ca9d73f94fd7bd4cb7439909a9f7278732aa3e03 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 5 May 2024 21:19:28 +0200 Subject: Switch project to C++17 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d2ed92f..e81cd23 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PROG_INSTALL AC_PROG_RANLIB AM_PROG_AR -AX_CXX_COMPILE_STDCXX(11,noext,mandatory) +AX_CXX_COMPILE_STDCXX(17,noext,mandatory) # std::thread requires pthread AX_PTHREAD( [ -- cgit v1.2.3