aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-26 10:32:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-26 10:32:31 +0000
commitcdfb83e0e35e71d7b7d31ed656d3101e12950e5f (patch)
treed610a241cd815efee14cd75683da930bfe0c1b9a /configure.in
parent02037971ed5a97ad78c062e753b53c7a1542bcc5 (diff)
removed getpass-check since getpass() is no longer being used
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f3c786a5c..03ea7f816 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