diff options
author | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-22 20:42:00 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-07 08:00:30 -0400 |
commit | 06dafe8c1f497a2c1c54f464722f374c6dd1185e (patch) | |
tree | 2a6633558211561e1542bd7dc1b816922420e67a /configure.ac | |
parent | 3ebf3cf9467cfb82f856ca37b3aeacaa8815ab44 (diff) | |
download | tor-06dafe8c1f497a2c1c54f464722f374c6dd1185e.tar.gz tor-06dafe8c1f497a2c1c54f464722f374c6dd1185e.zip |
remove autoconf check for syslimits
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 ede8efbf11..3f08a566d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1590,7 +1590,6 @@ AC_CHECK_HEADERS([errno.h \ sys/statvfs.h \ sys/syscall.h \ sys/sysctl.h \ - sys/syslimits.h \ sys/time.h \ sys/types.h \ sys/un.h \ |