changeset 30863:cc229b3926f9

Fix link error on non-glibc systems.
author Bruno Haible <bruno@clisp.org>
date Wed, 18 Feb 2009 22:55:48 +0100
parents ae9d98e9d0f1
children ae835ccc20b8
files ChangeLog modules/uniwbrk/ulc-wordbreaks-tests
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 18 08:37:24 2009 +0100
+++ b/ChangeLog	Wed Feb 18 22:55:48 2009 +0100
@@ -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
--- a/modules/uniwbrk/ulc-wordbreaks-tests	Wed Feb 18 08:37:24 2009 +0100
+++ b/modules/uniwbrk/ulc-wordbreaks-tests	Wed Feb 18 22:55:48 2009 +0100
@@ -14,4 +14,5 @@
 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@