Re: [Qemu-devel] [PATCH] configure: Detect and don't try to use older libcurl

2011-06-13 Thread Edgar E. Iglesias
On Thu, Jun 09, 2011 at 10:54:29PM +0100, Peter Maydell wrote: > Older versions of libcurl don't have some of the features we try to > use, in particular curl_multi_setopt(). Check for this in the 'is > libcurl available?' configure test so we disable curl support if the > library is too old. Appl

[Qemu-devel] [PATCH] configure: Detect and don't try to use older libcurl

2011-06-09 Thread Peter Maydell
Older versions of libcurl don't have some of the features we try to use, in particular curl_multi_setopt(). Check for this in the 'is libcurl available?' configure test so we disable curl support if the library is too old. Signed-off-by: Peter Maydell --- configure |2 +- 1 files changed, 1