From: Yang Tse Date: Mon, 27 Apr 2009 02:47:34 +0000 (+0000) Subject: Reorder curl_socklen_t and socklen_t equivalent check while both coexist X-Git-Tag: curl-7_19_5~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8611631f5e811371e76e7fe1d730662f4b89e204;p=curl Reorder curl_socklen_t and socklen_t equivalent check while both coexist --- diff --git a/configure.ac b/configure.ac index 528152433..48c36a325 100644 --- a/configure.ac +++ b/configure.ac @@ -1997,11 +1997,11 @@ AC_CHECK_TYPE([bool],[ #endif ]) +CURL_CONFIGURE_CURL_SOCKLEN_T + # Check for socklen_t or equivalent CURL_CHECK_TYPE_SOCKLEN_T -CURL_CONFIGURE_CURL_SOCKLEN_T - TYPE_IN_ADDR_T TYPE_SOCKADDR_STORAGE