diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-23 11:02:33 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-23 11:02:33 -0500 |
commit | 296a557bfc5769617da53eee5a8670e2428ca458 (patch) | |
tree | 4fa2ad2d37b54fd69f64363190cece279d86231b /configure.ac | |
parent | 21317c92296f0c08176c8788f8f2bcf501e78032 (diff) | |
download | tor-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.ac | 1 |
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]) |