Fix link error on platforms with GNU libiconv.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Mar 2010 19:41:43 +0000 (20:41 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Mar 2010 19:41:43 +0000 (20:41 +0100)
ChangeLog
modules/unistr/u16-strcoll-tests
modules/unistr/u32-strcoll-tests
modules/unistr/u8-strcoll-tests

index 25cc3e81f0298e8de3e1ef6598434888b07ccd36..b5060f3c3521993592abd31847ab05f631d0e126 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-07  Bruno Haible  <bruno@clisp.org>
+
+       Fix link error on platforms with GNU libiconv.
+       * modules/unistr/u8-strcoll-tests (Makefile): Define
+       test_u8_strcoll_LDADD.
+       * modules/unistr/u16-strcoll-tests (Makefile): Define
+       test_u16_strcoll_LDADD.
+       * modules/unistr/u32-strcoll-tests (Makefile): Define
+       test_u32_strcoll_LDADD.
+
 2010-03-07  Bruno Haible  <bruno@clisp.org>
 
        Use POSIX declarations for socket functions.
index 84f54de9dcb3b649239484a27a596ce775cc6079..227a9df471a1e50d43ae13fb0af5f63edfc2fc9e 100644 (file)
@@ -12,3 +12,4 @@ Makefile.am:
 TESTS += test-u16-strcoll
 check_PROGRAMS += test-u16-strcoll
 test_u16_strcoll_SOURCES = unistr/test-u16-strcoll.c
+test_u16_strcoll_LDADD = $(LDADD) @LIBICONV@
index 962ca4b9411989e41175fd957cd4511c785a77e9..9ca06ba6aadbc02c94ade07c219a49ce953a6e55 100644 (file)
@@ -12,3 +12,4 @@ Makefile.am:
 TESTS += test-u32-strcoll
 check_PROGRAMS += test-u32-strcoll
 test_u32_strcoll_SOURCES = unistr/test-u32-strcoll.c
+test_u32_strcoll_LDADD = $(LDADD) @LIBICONV@
index 5470f9a9803fdb04887106259f223b49f666abb6..095409a6ffb7a9705782a48cb4d6c3536ebfc9eb 100644 (file)
@@ -12,3 +12,4 @@ Makefile.am:
 TESTS += test-u8-strcoll
 check_PROGRAMS += test-u8-strcoll
 test_u8_strcoll_SOURCES = unistr/test-u8-strcoll.c
+test_u8_strcoll_LDADD = $(LDADD) @LIBICONV@