diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-08 07:31:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-08 07:33:12 +0200 |
commit | f3f3c543725b3a2b46a3f0a6400195c89fedbdb0 (patch) | |
tree | 497378a7068aad684f1b2e117665b7b19ce1bc3c | |
parent | b222e750192d8f3a51228c1ec8a3bf538c383e78 (diff) | |
download | weechat-f3f3c543725b3a2b46a3f0a6400195c89fedbdb0.zip |
core: add detection of function mallinfo2 in autotools (issue #1636)
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |