fix typo in comment

This commit is contained in:
Andreas Ziegler 2022-04-24 04:14:17 +00:00 committed by GitHub
parent 3882a5a263
commit ee39af3419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if icu_dep.found()
'Init.cxx', 'Init.cxx',
] ]
elif not get_option('iconv').disabled() elif not get_option('iconv').disabled()
# an installed iconv library will make the builtin iconf() unavailable, # an installed iconv library will make the builtin iconv() unavailable,
# so search for the library first and pass it as (possible) dependency # so search for the library first and pass it as (possible) dependency
iconv_dep = compiler.find_library('libiconv', required: false) iconv_dep = compiler.find_library('libiconv', required: false)
have_iconv = compiler.has_function('iconv', have_iconv = compiler.has_function('iconv',