Changeset 9159
- Timestamp:
- Sep 23, 2009, 3:28:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r9069 r9159 36 36 if( !tested ) 37 37 { 38 #ifdef SYS_DARWIN /* for some reason, curl_multi_socket_action() + libevent 39 keeps crashing in event_queue_insert() on OS X 10.5 & 10.6 */ 40 useMultiSocketAction = FALSE; 41 #else 38 42 curl_version_info_data * data = curl_version_info( CURLVERSION_NOW ); 39 43 tr_inf( "Using libcurl %s", data->version ); … … 41 45 * if libcurl >= 7.18.2. See http://trac.transmissionbt.com/ticket/1844 */ 42 46 useMultiSocketAction = data->version_num >= 0x071202; 47 #endif 43 48 tested = TRUE; 44 49 }
Note: See TracChangeset
for help on using the changeset viewer.