From 8390534e638e2dc277dec2bebd23a84a77a63394 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sun, 27 Oct 2024 01:37:05 +0300 Subject: [PATCH] fix(build): Smooth out build on ICU 76.1 per Homebrew report Closes #2152 Co-authored-by: Michael Cho --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b7b9362e..74e42b2da 100644 --- a/configure.ac +++ b/configure.ac @@ -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)