Skip to content

Commit 8390534

Browse files
alerquecho-m
andcommitted
fix(build): Smooth out build on ICU 76.1 per Homebrew report
Closes #2152 Co-authored-by: Michael Cho <michael@michaelcho.dev>
1 parent 39c82f9 commit 8390534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ AM_COND_IF([SYSTEM_LIBTEXPDF],
146146
[AC_MSG_FAILURE([--with-system-libtexpdf was given, but test for libtexpdf failed])])],
147147
[AC_CONFIG_SUBDIRS([libtexpdf])])
148148

149-
PKG_CHECK_MODULES(ICU, icu-uc icu-io, [
149+
PKG_CHECK_MODULES(ICU, icu-uc icu-i18n icu-io, [
150150
with_icu=yes
151151
],[
152152
AC_CHECK_TOOL(ICU_CONFIG, icu-config, no)

0 commit comments

Comments
 (0)