commit | 0b862cedf36d927818c50584ddd611b0370673df | [log] [tgz] |
---|---|---|
author | Peter Maydell <[email protected]> | Thu Jun 09 22:54:29 2011 +0100 |
committer | Edgar E. Iglesias <[email protected]> | Mon Jun 13 21:16:27 2011 +0200 |
tree | ff33a8161054fc58a50bef099b8e666f3622e088 | |
parent | 5f04e36882ab958b5a2e5f5153609921d03dd7d5 [diff] |
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 <[email protected]> Signed-off-by: Edgar E. Iglesias <[email protected]>