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
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