Remove unneeded libraries from tools/psl link step

This commit is contained in:
Tim Rühsen 2016-07-06 13:10:16 +02:00
parent a6ed60e57f
commit 514488d9b3
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ if test "$enable_runtime" = "libicu" -o "$enable_builtin" = "libicu"; then
PKG_CHECK_MODULES([LIBICU], [icu-uc], [
HAVE_LIBICU=yes
if test "$enable_runtime" = "libicu"; then
LIBS="$LIBICU_LIBS $LIBS"
CFLAGS="$LIBICU_CFLAGS $CFLAGS"
fi
], [