From 75f2bfd59e8bfefefa3ae71b875d50b2385a5dae Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 21 Apr 2020 09:47:46 +0200 Subject: Update m4 macros --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5cfc18e..f72e59e 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(11,noext,mandatory) # std::thread requires pthread AX_PTHREAD( [ -- cgit v1.2.3