From 44154e0733c2b6fcadaaf772dfd5c93792fb07cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Aug 2012 19:24:33 +0200 Subject: 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. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') 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 ************************************************************ -- cgit v1.2.3