Skip to content

Commit

Permalink
fix(build): Smooth out build on ICU 76.1 per Homebrew report
Browse files Browse the repository at this point in the history
Closes #2152

Co-authored-by: Michael Cho <[email protected]>
  • Loading branch information
alerque and cho-m committed Oct 29, 2024
1 parent 39c82f9 commit 8390534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ AM_COND_IF([SYSTEM_LIBTEXPDF],
[AC_MSG_FAILURE([--with-system-libtexpdf was given, but test for libtexpdf failed])])],
[AC_CONFIG_SUBDIRS([libtexpdf])])

PKG_CHECK_MODULES(ICU, icu-uc icu-io, [
PKG_CHECK_MODULES(ICU, icu-uc icu-i18n icu-io, [
with_icu=yes
],[
AC_CHECK_TOOL(ICU_CONFIG, icu-config, no)
Expand Down

0 comments on commit 8390534

Please sign in to comment.