From ad4f87ed3f2126814e42565e2d815e37f99f7c1f Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 23 Feb 2021 11:02:33 -0500 Subject: Remove mallinfo() from codebase Now deprecated in libc >= 2.33 Closes #40309 Signed-off-by: David Goulet --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 03c80d73b5..db5bfee202 100644 --- a/configure.ac +++ b/configure.ac @@ -2038,7 +2038,6 @@ AS_CASE([$malloc], [system], [ # handle this later, including the jemalloc fallback - AC_CHECK_FUNCS(mallinfo) ], [AC_MSG_ERROR([--with-malloc=`$with_malloc' not supported, see --help]) -- cgit v1.2.3-54-g00ecf