Skip to content

Commit

Permalink
add libicui18n to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 25, 2024
1 parent ad62273 commit e708cd8
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 @@ -84,7 +84,7 @@ fi

AC_OSX_PKG( [icu4c] )

PKG_CHECK_MODULES([ICU], [icu-uc >= 50 icu-io] )
PKG_CHECK_MODULES([ICU], [icu-uc >= 50 icu-io icu-i18n] )
CXXFLAGS="$CXXFLAGS $ICU_CFLAGS"
LIBS="$ICU_LIBS $LIBS"
AC_MSG_NOTICE([ICU LIBS=$ICU_LIBS])
Expand Down

0 comments on commit e708cd8

Please sign in to comment.