Fix link error on non-glibc systems.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Feb 2009 21:55:48 +0000 (22:55 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 18 Feb 2009 21:55:48 +0000 (22:55 +0100)
ChangeLog
modules/uniwbrk/ulc-wordbreaks-tests

index 8cbd03b..d54e782 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-18  Bruno Haible  <bruno@clisp.org>
+
+       Fix link error on non-glibc systems.
+       * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
+       variable.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
 2009-02-18  Jim Meyering  <meyering@redhat.com>
 
        fts: avoid used-uninitialized error due to recent change
index a2543e9..afdd4f5 100644 (file)
@@ -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@