From 5187b01a4fcbea82f52798240595a32ddf7e0fe5 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 21 Sep 2020 14:20:05 +0200 Subject: Fix fallout from Support new mallinfo2 function. 2020-09-21 Jakub Jelinek * configure.ac: Use mallinfo mallinfo2 as first operand of gcc_AC_CHECK_DECLS rather than [mallinfo, mallinfo2]. * configure: Regenerated. * config.in: Regenerated. --- gcc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure.ac') diff --git a/gcc/configure.ac b/gcc/configure.ac index fedb7b2800f..975f6d97c4b 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1488,7 +1488,7 @@ gcc_AC_CHECK_DECLS(getrlimit setrlimit getrusage, , ,[ #endif ]) -gcc_AC_CHECK_DECLS([mallinfo, mallinfo2], , ,[ +gcc_AC_CHECK_DECLS(mallinfo mallinfo2, , ,[ #include "ansidecl.h" #include "system.h" #ifdef HAVE_MALLOC_H -- cgit v1.2.1