Re: [darcs-devel] darcs patch: [issue633] config detection of curl_multi_timeout pres...

2008-02-04 Thread zooko
I used KQ's patch and it fixed the problem for me. Thanks, KQ! Regards, Zooko ___ darcs-devel mailing list darcs-devel@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-devel

Re: [darcs-devel] darcs patch: [issue633] config detection of curl_multi_timeout pres...

2008-02-04 Thread David Roundy
On Sat, Feb 02, 2008 at 09:21:34PM -0700, [EMAIL PROTECTED] wrote: Ran into the same problem Zooko did on MacOS X 10.4 (Tiger): the curl library is older and doesn't support curl_multi_timeout. I believe using a default timeout is a reasonable substitute. Thanks for the patch! It would be

Re: [darcs-devel] darcs patch: [issue633] config detection of curl_multi_timeout pres...

2008-02-04 Thread Dmitry Kurochkin
2008/2/4, David Roundy [EMAIL PROTECTED]: On Sat, Feb 02, 2008 at 09:21:34PM -0700, [EMAIL PROTECTED] wrote: Ran into the same problem Zooko did on MacOS X 10.4 (Tiger): the curl library is older and doesn't support curl_multi_timeout. I believe using a default timeout is a reasonable

Re: [darcs-devel] darcs patch: [issue633] config detection of curl_multi_timeout pres...

2008-02-04 Thread David Roundy
On Mon, Feb 04, 2008 at 07:08:46PM +0300, Dmitry Kurochkin wrote: 2008/2/4, David Roundy [EMAIL PROTECTED]: On Sat, Feb 02, 2008 at 09:21:34PM -0700, [EMAIL PROTECTED] wrote: Ran into the same problem Zooko did on MacOS X 10.4 (Tiger): the curl library is older and doesn't support

[darcs-devel] darcs patch: [issue633] config detection of curl_multi_timeout pres...

2008-02-02 Thread quick
Ran into the same problem Zooko did on MacOS X 10.4 (Tiger): the curl library is older and doesn't support curl_multi_timeout. I believe using a default timeout is a reasonable substitute. [Zooko: thanks for the offer to help fix this--unfortunately by the time I'd figured out the configure