diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-26 08:26:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-26 08:26:36 +0000 |
commit | 06e804d03b4cdf46019c05bcddfa1d44605b5df6 (patch) | |
tree | b767af28a0bf13a5cf951f456df69277325eaf23 /Build/source/texk/bibtex-x/configure | |
parent | a1fd87d351588b19714fe2dce7ff388e460a84d0 (diff) |
Build system: Drop erroneous dependencies between libraries
git-svn-id: svn://tug.org/texlive/trunk@36630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/configure')
-rwxr-xr-x | Build/source/texk/bibtex-x/configure | 4 |
1 files changed, 1 insertions, 3 deletions
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 |