diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-16 19:24:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-16 19:24:33 +0200 |
commit | 44154e0733c2b6fcadaaf772dfd5c93792fb07cc (patch) | |
tree | 80d740e772fb58fa01fdc14b00f6c9b3492763f6 /configure.ac | |
parent | d22186bbbcbe224f9333fe94743f8cf141719c78 (diff) | |
download | curl-44154e0733c2b6fcadaaf772dfd5c93792fb07cc.tar.gz |
configure: remove the --enable/disable-nonblocking options
Removing this option as it currently only functions to lure people into
wrongly using it and falsely believing that libcurl will work fine
without using nonblocking sockets internally - which leads to hard to
track or understand errors.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index efb302bf8..01e161b80 100644 --- a/configure.ac +++ b/configure.ac @@ -3074,10 +3074,6 @@ if test "$ipv6" = "yes"; then CURL_CHECK_NI_WITHSCOPEID fi -dnl ************************************************************ -dnl enable non-blocking communications -dnl -CURL_CHECK_OPTION_NONBLOCKING CURL_CHECK_NONBLOCKING_SOCKET dnl ************************************************************ |