From 2321b849f810f335ad238aa32d52cf30c52b017f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 21 Apr 2020 09:32:22 +0200 Subject: Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXX This is because the latter is actually a dependency of the former --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 17963a3..4e83fd3 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