mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
check for poll()
This commit is contained in:
parent
d0e0bf53a6
commit
6a3e2272e9
@ -661,7 +661,8 @@ AC_CHECK_FUNCS( socket \
|
|||||||
geteuid \
|
geteuid \
|
||||||
dlopen \
|
dlopen \
|
||||||
utime \
|
utime \
|
||||||
sigsetjmp
|
sigsetjmp \
|
||||||
|
poll
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl sigsetjmp() might be a macro and no function so if it isn't found already
|
dnl sigsetjmp() might be a macro and no function so if it isn't found already
|
||||||
|
Loading…
Reference in New Issue
Block a user