Skip to content
Snippets Groups Projects
Commit 6a3e2272 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for poll()

parent d0e0bf53
No related branches found
No related tags found
No related merge requests found
......@@ -661,7 +661,8 @@ AC_CHECK_FUNCS( socket \
geteuid \
dlopen \
utime \
sigsetjmp
sigsetjmp \
poll
)
dnl sigsetjmp() might be a macro and no function so if it isn't found already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment