mirror of
https://github.com/curl/curl.git
synced 2025-09-06 12:24:59 +03:00
Added sigaction check
This commit is contained in:
parent
3b0d49e1c9
commit
3264ce04ee
|
@ -528,7 +528,8 @@ AC_CHECK_FUNCS( socket \
|
||||||
tcgetattr \
|
tcgetattr \
|
||||||
perror \
|
perror \
|
||||||
closesocket \
|
closesocket \
|
||||||
setvbuf
|
setvbuf \
|
||||||
|
sigaction
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl removed 'getpass' check on October 26, 2000
|
dnl removed 'getpass' check on October 26, 2000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user