From be895dc7319d124fe9e0c17d684d81639796ddf6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Aug 2020 12:06:21 +0200 Subject: Use AX_CXX_COMPILE_STDCXX instead of _11 variant --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index acb5dba..3a82ea3 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_MKDIR_P -AX_CXX_COMPILE_STDCXX_11(noext,mandatory) +AX_CXX_COMPILE_STDCXX(11,noext,mandatory) AC_PROG_CC_STDC # Added for automake 1.13 on CentOS 7, obsolecent starting with automake 1.14 -- cgit v1.2.3