Unverified Commit ee39af34 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub

fix typo in comment

parent 3882a5a2
......@@ -19,7 +19,7 @@ if icu_dep.found()
'Init.cxx',
]
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
iconv_dep = compiler.find_library('libiconv', required: false)
have_iconv = compiler.has_function('iconv',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment