1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Added sigaction check

This commit is contained in:
Daniel Stenberg 2000-10-27 10:52:08 +00:00
parent 3b0d49e1c9
commit 3264ce04ee

View File

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