Remove unneeded libraries from tools/psl link step
This commit is contained in:
parent
a6ed60e57f
commit
514488d9b3
|
@ -158,7 +158,6 @@ if test "$enable_runtime" = "libicu" -o "$enable_builtin" = "libicu"; then
|
||||||
PKG_CHECK_MODULES([LIBICU], [icu-uc], [
|
PKG_CHECK_MODULES([LIBICU], [icu-uc], [
|
||||||
HAVE_LIBICU=yes
|
HAVE_LIBICU=yes
|
||||||
if test "$enable_runtime" = "libicu"; then
|
if test "$enable_runtime" = "libicu"; then
|
||||||
LIBS="$LIBICU_LIBS $LIBS"
|
|
||||||
CFLAGS="$LIBICU_CFLAGS $CFLAGS"
|
CFLAGS="$LIBICU_CFLAGS $CFLAGS"
|
||||||
fi
|
fi
|
||||||
], [
|
], [
|
||||||
|
|
Loading…
Reference in New Issue