diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-04 14:19:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-04 14:19:22 +0000 |
commit | 2e973684c062b245124e10a3bba5a40db2079be4 (patch) | |
tree | be1df3720047e3ac4ebf288b12a3c0de50dd3110 | |
parent | ab909fc4c221b90ac5c972bcd0247547e0675b85 (diff) |
based Andres Garcia's patch, added for mingw build
-rw-r--r-- | configure.ac | 2 |
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 [], |