aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-04-08 22:22:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-04-08 22:22:43 +0200
commit32144ca2411d9ab9a9e907598cca7e89f99a6e55 (patch)
treeff4a4c4fba4b104b2c1b9905172473619c56c1c5 /configure.ac
parent4990f46856c4d6b0727e7c397b05840a7f02a0fb (diff)
configure: remove CURL_CHECK_FUNC_RECVFROM
1 - We don't use the results from the test and we never did. recvfrom() is only used by the TFTP code and it has not caused any problems. 2 - the CURL_CHECK_FUNC_RECVFROM function is extremely slow
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d15f234a8..08ddbc518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2968,7 +2968,6 @@ AC_TYPE_SIGNAL
CURL_CHECK_FUNC_SELECT
CURL_CHECK_FUNC_RECV
-CURL_CHECK_FUNC_RECVFROM
CURL_CHECK_FUNC_SEND
CURL_CHECK_MSG_NOSIGNAL