[PATCH] Fix support for old libcurl
commit9f6cf65e66c441d99f4838b6b74971d48c4efc72
authorbarkalow@iabervon.org <barkalow@iabervon.org>
Sun, 31 Jul 2005 19:59:20 +0000 (31 15:59 -0400)
committerJunio C Hamano <junkio@cox.net>
Sun, 31 Jul 2005 23:28:56 +0000 (31 16:28 -0700)
treea7e23a85bc1b47f7a2f95d3ab59b5556dbe2ae2a
parenta52b41b265969e51c8ddab1bc128928cd880bc3e
[PATCH] Fix support for old libcurl

Old libcurl has curl_easy_setopt(), and http-pull requires it; it just
doesn't have one of the options.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-pull.c