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)
commit616852a5af8ff35993c8d2cc24efa6bfcb4aa7c6
treeff33a8161054fc58a50bef099b8e666f3622e088
parentd2b9df39d65460f20713d59669eb6d99a8d9c7a1
configure: Detect and don't try to use older libcurl

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