configure: Detect and don't try to use older libcurl
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 9 Jun 2011 21:54:29 +0000 (22:54 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 13 Jun 2011 19:16:27 +0000 (21:16 +0200)
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 <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>

No differences found