From f3f3c543725b3a2b46a3f0a6400195c89fedbdb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 8 May 2021 07:31:36 +0200 Subject: [PATCH] core: add detection of function mallinfo2 in autotools (issue #1636) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 97dd993cf..3473656c1 100644 --- a/configure.ac +++ b/configure.ac @@ -98,6 +98,7 @@ AC_MSG_RESULT($ac_cv_type_socklen_t) AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL AC_CHECK_FUNCS([mallinfo]) +AC_CHECK_FUNCS([mallinfo2]) # Variables in config.h