diff options
author | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-22 20:40:15 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-07 08:00:30 -0400 |
commit | 3ebf3cf9467cfb82f856ca37b3aeacaa8815ab44 (patch) | |
tree | f1f22e6be4f769b6c40a80a0b1a86b30a879b9f2 /configure.ac | |
parent | 95fc085bf367c1559871b68b3e01f1dc084fab6a (diff) | |
download | tor-3ebf3cf9467cfb82f856ca37b3aeacaa8815ab44.tar.gz tor-3ebf3cf9467cfb82f856ca37b3aeacaa8815ab44.zip |
remove autoconf check for getpass
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 dcd1ce7e7a..ede8efbf11 100644 --- a/configure.ac +++ b/configure.ac @@ -679,7 +679,6 @@ AC_CHECK_FUNCS( getdelim \ getifaddrs \ getline \ - getpass \ getrlimit \ gettimeofday \ gmtime_r \ |