removed getpass-check since getpass() is no longer being used

This commit is contained in:
Daniel Stenberg 2000-10-26 10:32:31 +00:00
parent 02037971ed
commit cdfb83e0e3
1 changed files with 2 additions and 1 deletions

View File

@ -527,11 +527,12 @@ AC_CHECK_FUNCS( socket \
tcsetattr \
tcgetattr \
perror \
getpass \
closesocket \
setvbuf
)
dnl removed 'getpass' check on October 26, 2000
if test "$ac_cv_func_select" != "yes"; then
AC_MSG_ERROR(Can't work without an existing socket() function)
fi