diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-23 11:02:33 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-23 12:16:58 -0500 |
commit | ad4f87ed3f2126814e42565e2d815e37f99f7c1f (patch) | |
tree | a6004718e3da168a755a2afd33a45c1caad10594 /configure.ac | |
parent | 49c61c1bb85fa557a6a47f41cfab435a82a6d82f (diff) | |
download | tor-ad4f87ed3f2126814e42565e2d815e37f99f7c1f.tar.gz tor-ad4f87ed3f2126814e42565e2d815e37f99f7c1f.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.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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]) |