Merge tag 'v0.21.16'

release v0.21.16
This commit is contained in:
Max Kellermann
2019-10-16 12:03:12 +02:00
12 changed files with 249 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ if icu_dep.found()
elif not get_option('iconv').disabled()
have_iconv = compiler.has_function('iconv')
conf.set('HAVE_ICONV', have_iconv)
if get_option('iconv').enabled()
if not have_iconv and get_option('iconv').enabled()
error('iconv() not available')
endif
endif