diff options
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 |