From: Daniel Stenberg Date: Thu, 26 Oct 2000 10:32:31 +0000 (+0000) Subject: removed getpass-check since getpass() is no longer being used X-Git-Tag: curl-7_5~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdfb83e0e35e71d7b7d31ed656d3101e12950e5f;p=thirdparty%2Fcurl.git removed getpass-check since getpass() is no longer being used --- diff --git a/configure.in b/configure.in index f3c786a5c1..03ea7f8161 100644 --- a/configure.in +++ b/configure.in @@ -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