diff options
author | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-24 07:42:03 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-07 08:00:30 -0400 |
commit | c890a06fe45b39a70facb8526b4a7db9297b2493 (patch) | |
tree | a7ad7da1c3a478494679851f7879dc3c08a7255c /configure.ac | |
parent | da85062631d10c9dd48fe1f818a9b85b71181f23 (diff) | |
download | tor-c890a06fe45b39a70facb8526b4a7db9297b2493.tar.gz tor-c890a06fe45b39a70facb8526b4a7db9297b2493.zip |
remove autoconf check for malloc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 854eaa9fc7..a6df7149a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1566,8 +1566,6 @@ AC_CHECK_HEADERS([errno.h \ mach/vm_inherit.h \ machine/limits.h \ malloc.h \ - malloc/malloc.h \ - malloc_np.h \ netdb.h \ netinet/in.h \ netinet/in6.h \ |