diff options
author | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-24 07:30:24 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-07 08:00:30 -0400 |
commit | b192bc6ff325e1d603f16bfa2edcac8a8194a936 (patch) | |
tree | 0da76526ec21dbb63effd96e3ecf1e747411237b /configure.ac | |
parent | 06dafe8c1f497a2c1c54f464722f374c6dd1185e (diff) | |
download | tor-b192bc6ff325e1d603f16bfa2edcac8a8194a936.tar.gz tor-b192bc6ff325e1d603f16bfa2edcac8a8194a936.zip |
remove autoconf check for htonll
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 3f08a566d2..ef07b92ffc 100644 --- a/configure.ac +++ b/configure.ac @@ -683,7 +683,6 @@ AC_CHECK_FUNCS( gettimeofday \ gmtime_r \ gnu_get_libc_version \ - htonll \ inet_aton \ ioctl \ issetugid \ |