summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-02-23 11:02:33 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-02-23 11:02:33 -0500
commit296a557bfc5769617da53eee5a8670e2428ca458 (patch)
tree4fa2ad2d37b54fd69f64363190cece279d86231b /configure.ac
parent21317c92296f0c08176c8788f8f2bcf501e78032 (diff)
downloadtor-296a557bfc5769617da53eee5a8670e2428ca458.tar.gz
tor-296a557bfc5769617da53eee5a8670e2428ca458.zip
Remove mallinfo() from codebase
Now deprecated in libc >= 2.33 Closes #40309 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c4fbc3ff7e..44f96b6616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1937,7 +1937,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])