Skip to content

Commit

Permalink
Fix fallback to pkg-config (LinearTapeFileSystem#310)
Browse files Browse the repository at this point in the history
This fixes needs to build the LTFS on Debian 11

(cherry picked from commit 27e5ea1)
  • Loading branch information
swt2c authored and veggiemike committed May 17, 2023
1 parent bab0649 commit 0813eff
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 @@ -341,7 +341,7 @@ ICU_MODULE_CFLAGS="`icu-config --cppflags 2> /dev/null`";
ICU_MODULE_LIBS="`icu-config --ldflags 2> /dev/null`";
if test -z "$ICU_MODULE_LIBS"
then
PKG_CHECK_MODULES([ICU_MODULE], [icu >= 0.21])
PKG_CHECK_MODULES([ICU_MODULE], [icu-uc >= 0.21])
fi

AC_MSG_CHECKING([use latest ICU])
Expand Down

0 comments on commit 0813eff

Please sign in to comment.