From 06e804d03b4cdf46019c05bcddfa1d44605b5df6 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 26 Mar 2015 08:26:36 +0000 Subject: Build system: Drop erroneous dependencies between libraries git-svn-id: svn://tug.org/texlive/trunk@36630 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtex-x/configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Build/source/texk/bibtex-x/configure') diff --git a/Build/source/texk/bibtex-x/configure b/Build/source/texk/bibtex-x/configure index 5454d6bdf58..b667cb9387a 100755 --- a/Build/source/texk/bibtex-x/configure +++ b/Build/source/texk/bibtex-x/configure @@ -19410,9 +19410,7 @@ else fi if $ICU_CONFIG --version >/dev/null 2>&1; then ICU_INCLUDES=`$ICU_CONFIG --cppflags` - # Work around bug in icu-config version 4.4 - ICU_LIBS=`$ICU_CONFIG --ldflags-searchpath --ldflags-icuio` - ICU_LIBS="$ICU_LIBS `$ICU_CONFIG --ldflags-libsonly --ldflags-system`" + ICU_LIBS=`$ICU_CONFIG --ldflags-searchpath --ldflags-icuio --ldflags-libsonly --ldflags-system` elif test "x$need_icu:$with_system_icu" = xyes:yes; then as_fn_error $? "did not find icu-config required for system icu libraries" "$LINENO" 5 fi -- cgit v1.2.3