diff options
-rw-r--r-- | configure.in | 3 |
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 |