aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-08 19:41:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-08 19:41:28 +0000
commitfacfa19cdd4d00944c53cc051020023256811928 (patch)
tree91aa1e92177b142a0094847b2ac18fccb378f581 /configure.ac
parent3347ced89962af92d98ccba988ad39b6fceb320e (diff)
weirdo hack to fix debian bug report 278691:
'curl -v writes debugging to its network socket if stderr is closed'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 091c869b8..621549582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1227,6 +1227,7 @@ AC_CHECK_FUNCS( strtoll \
basename \
setlocale \
ftruncate \
+ pipe \
poll,
dnl if found
[],