aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-01 07:51:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-01 07:51:30 +0000
commit5e7164f87a7b65a4790b3b3e080664dabc8d50a4 (patch)
treefe1d1a6e07225fe0d99dd7364e8ed49f6aebb244 /configure.ac
parentef10eaeb29e3a8a2ad92e10f44679e1298fce1d5 (diff)
downloadgnurl-5e7164f87a7b65a4790b3b3e080664dabc8d50a4.tar.gz
gnurl-5e7164f87a7b65a4790b3b3e080664dabc8d50a4.tar.bz2
gnurl-5e7164f87a7b65a4790b3b3e080664dabc8d50a4.zip
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 31edb8f04..058007975 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1850,7 +1850,8 @@ AC_CHECK_FUNCS( strtoll \
getprotobyname \
getrlimit \
setrlimit \
- fork,
+ fork \
+ setmode,
dnl if found
[],
dnl if not found, $ac_func is the name we check for