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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8611631f5e811371e76e7fe1d730662f4b89e204;p=thirdparty%2Fcurl.git Reorder curl_socklen_t and socklen_t equivalent check while both coexist --- diff --git a/configure.ac b/configure.ac index 5281524333..48c36a3255 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