added getpass_r check

This commit is contained in:
Daniel Stenberg 2000-11-10 09:19:47 +00:00
parent 7b5c551835
commit 1ff573c649
1 changed files with 2 additions and 1 deletions

View File

@ -582,7 +582,8 @@ AC_CHECK_FUNCS( socket \
closesocket \
setvbuf \
sigaction \
signal
signal \
getpass_r
)
dnl removed 'getpass' check on October 26, 2000