summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-04 14:19:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-04 14:19:22 +0000
commit2e973684c062b245124e10a3bba5a40db2079be4 (patch)
treebe1df3720047e3ac4ebf288b12a3c0de50dd3110
parentab909fc4c221b90ac5c972bcd0247547e0675b85 (diff)
downloadcurl-2e973684c062b245124e10a3bba5a40db2079be4.tar.gz
based Andres Garcia's patch, added for mingw build
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 82b733c8c..3a01b2a45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1120,6 +1120,7 @@ AC_CHECK_HEADERS(
dlfcn.h \
alloca.h \
winsock.h \
+ winsock2.h \
time.h \
io.h \
pwd.h \
@@ -1225,6 +1226,7 @@ AC_CHECK_FUNCS( strtoll \
sigsetjmp \
basename \
setlocale \
+ ftruncate \
poll,
dnl if found
[],