Browse Source

Merge branch 'jc/curl'

* jc/curl:
  Work around http-fetch built with cURL 7.16.0
maint
Junio C Hamano 18 years ago
parent
commit
1ed4813f7d
  1. 2
      http.h

2
http.h

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
#define curl_global_init(a) do { /* nothing */ } while(0)
#endif

#if LIBCURL_VERSION_NUM < 0x070c04
#if (LIBCURL_VERSION_NUM < 0x070c04) || (LIBCURL_VERSION_NUM == 0x071000)
#define NO_CURL_EASY_DUPHANDLE
#endif


Loading…
Cancel
Save