]> git.proxmox.com Git - qemu.git/commit - configure
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)
commit0b862cedf36d927818c50584ddd611b0370673df
treeff33a8161054fc58a50bef099b8e666f3622e088
parent5f04e36882ab958b5a2e5f5153609921d03dd7d5
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