diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-16 16:42:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-16 16:42:48 +0000 |
commit | aa41743ebdb8b348b70bcd886395f0ba5f5fac3a (patch) | |
tree | a88f8147f6aaf3015bcf1f0679ec1c0bdef97d84 /configure.ac | |
parent | ee5f13cb6b2a6e514dd6b2e129c48b7afd2fefae (diff) | |
download | curl-aa41743ebdb8b348b70bcd886395f0ba5f5fac3a.tar.gz |
rearrange to allow internal/private use of ares_writev to any system
that lacks the writev function.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6a884206f..306751082 100644 --- a/configure.ac +++ b/configure.ac @@ -1900,6 +1900,7 @@ AC_CHECK_HEADERS( sys/select.h \ sys/socket.h \ sys/ioctl.h \ + sys/uio.h \ assert.h \ unistd.h \ stdlib.h \ @@ -2051,6 +2052,7 @@ CURL_CHECK_FUNC_STRNCMPI CURL_CHECK_FUNC_STRNICMP CURL_CHECK_FUNC_STRTOK_R CURL_CHECK_FUNC_STRTOLL +CURL_CHECK_FUNC_WRITEV dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL |