curl: remove compatibility code, require 7.29.0
commit8e4e2b551d6d526c6f949f01e2a5e15df7feee6d
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Nov 2020 11:38:28 +0000 (17 12:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Jan 2021 20:03:37 +0000 (2 21:03 +0100)
treee899a86afd1a057992f0ee1ed86913c9e921afde
parent8c6d4ff404ba387a36ebf5f6f66364a3c5b4ef2e
curl: remove compatibility code, require 7.29.0

cURL 7.16.0 was released in October 2006.  Just remove code that is
in all likelihood not being used anywhere, and require the oldest version
found in currently supported distros, which is 7.29.0 from CentOS 7.

pkg-config is enough for QEMU, since it does not need extra information
such as the path for certicate authorities.  All supported platforms
today will all have pkg-config for curl, so we can drop curl-config.

Suggested-by: Daniel Berrangé <berrange@redhat.com>
Reviewed-by: Daniel Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/curl.c
configure