We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c82f9 commit 8390534Copy full SHA for 8390534
configure.ac
@@ -146,7 +146,7 @@ AM_COND_IF([SYSTEM_LIBTEXPDF],
146
[AC_MSG_FAILURE([--with-system-libtexpdf was given, but test for libtexpdf failed])])],
147
[AC_CONFIG_SUBDIRS([libtexpdf])])
148
149
-PKG_CHECK_MODULES(ICU, icu-uc icu-io, [
+PKG_CHECK_MODULES(ICU, icu-uc icu-i18n icu-io, [
150
with_icu=yes
151
],[
152
AC_CHECK_TOOL(ICU_CONFIG, icu-config, no)
0 commit comments