lib/curl: require CURL 7.33, remove bug workaround

This commit is contained in:
Max Kellermann
2019-08-26 20:43:39 +02:00
parent b18003ddfd
commit 115dd2b5ce
4 changed files with 3 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
curl_dep = dependency('libcurl', version: '>= 7.18', required: get_option('curl'))
curl_dep = dependency('libcurl', version: '>= 7.33', required: get_option('curl'))
conf.set('ENABLE_CURL', curl_dep.found())
if not curl_dep.found()
subdir_done()