Skip to content

Commit

Permalink
configure: Explicitly check for icu-uc
Browse files Browse the repository at this point in the history
Ensure we link against libicu-uc when it's split in v76.
  • Loading branch information
fundawang authored and cmouse committed Oct 28, 2024
1 parent f8ad6b6 commit 1ccd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/want_icu.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_DEFUN([DOVECOT_WANT_ICU], [
have_icu=no
AS_IF([test "$want_icu" != "no"], [
PKG_CHECK_MODULES([LIBICU], [icu-i18n], [have_icu=yes], [
PKG_CHECK_MODULES([LIBICU], [icu-i18n icu-uc], [have_icu=yes], [
have_icu=no
AS_IF([test "$want_icu" = "yes"], [
Expand Down

0 comments on commit 1ccd5b5

Please sign in to comment.