]> granicus.if.org Git - curl/commitdiff
Reorder curl_socklen_t and socklen_t equivalent check while both coexist
authorYang Tse <yangsita@gmail.com>
Mon, 27 Apr 2009 02:47:34 +0000 (02:47 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 27 Apr 2009 02:47:34 +0000 (02:47 +0000)
configure.ac

index 5281524333303342468662f1fe2d2733e8cd0051..48c36a32550e1be3ed1046e214d0a6cbaad760e3 100644 (file)
@@ -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