From 9240f784e1de5aa4d27675f626dcb6cd41e3980a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 21 Apr 2020 09:34:29 +0200 Subject: Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXX --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4eaea55..83873a0 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL -AX_CXX_COMPILE_STDCXX_11(noext,mandatory) +AX_CXX_COMPILE_STDCXX(11,noext,mandatory) EXTRA="" AC_ARG_ENABLE([prof], -- cgit v1.2.3