From cdfa6894da381779a52b2dba143d34dce0307f06 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 18 Feb 2009 22:55:48 +0100 Subject: [PATCH] Fix link error on non-glibc systems. --- ChangeLog | 7 +++++++ modules/uniwbrk/ulc-wordbreaks-tests | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8cbd03bdb..d54e782e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-02-18 Bruno Haible + + Fix link error on non-glibc systems. + * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New + variable. + Reported by Tom G. Christensen . + 2009-02-18 Jim Meyering fts: avoid used-uninitialized error due to recent change diff --git a/modules/uniwbrk/ulc-wordbreaks-tests b/modules/uniwbrk/ulc-wordbreaks-tests index a2543e93c..afdd4f55a 100644 --- a/modules/uniwbrk/ulc-wordbreaks-tests +++ b/modules/uniwbrk/ulc-wordbreaks-tests @@ -14,4 +14,5 @@ TESTS += uniwbrk/test-ulc-wordbreaks.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' check_PROGRAMS += test-ulc-wordbreaks test_ulc_wordbreaks_SOURCES = uniwbrk/test-ulc-wordbreaks.c +test_ulc_wordbreaks_LDADD = $(LDADD) @LIBICONV@ -- 2.11.0