Added sigaction check

This commit is contained in:
Daniel Stenberg 2000-10-27 10:52:08 +00:00
parent 3b0d49e1c9
commit 3264ce04ee
1 changed files with 2 additions and 1 deletions

View File

@ -528,7 +528,8 @@ AC_CHECK_FUNCS( socket \
tcgetattr \
perror \
closesocket \
setvbuf
setvbuf \
sigaction
)
dnl removed 'getpass' check on October 26, 2000