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:
c1cfdd6
)
check for sys/poll.h
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 29 Jul 2002 23:00:16 +0000
(23:00 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 29 Jul 2002 23:00:16 +0000
(23:00 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 409ae66e5b2825657603cbf2ce3056ef59ac7ce9..a3fbd7aa66b603eeb9245014c3611eec324392cc 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-604,6
+604,7
@@
AC_CHECK_HEADERS( \
pwd.h \
utime.h \
sys/utime.h \
+ sys/poll.h \
setjmp.h
)