diff --git a/configure.py b/configure.py index a5f47af1748903..a4e210261e2e76 100755 --- a/configure.py +++ b/configure.py @@ -1879,7 +1879,7 @@ def icu_download(path): elif with_intl == 'system-icu': # ICU from pkg-config. o['variables']['v8_enable_i18n_support'] = 1 - pkgicu = pkg_config('icu-i18n') + pkgicu = pkg_config(['icu-i18n', 'icu-uc']) if not pkgicu[0]: error('''Could not load pkg-config data for "icu-i18n". See above errors or the README.md.''')