projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e0bf5
)
check for poll()
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 13 Aug 2002 11:45:34 +0000
(11:45 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 13 Aug 2002 11:45:34 +0000
(11:45 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index a3fbd7aa66b603eeb9245014c3611eec324392cc..7c6a2557e2115fe410b99f29359f46d829259280 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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