Fix link error when module libunistring-optional is in use.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 17:58:36 +0000 (18:58 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 17:58:36 +0000 (18:58 +0100)
* modules/striconveh-tests (Makefile.am): Link with $(LIBUNISTRING).
* modules/striconveha-tests (Makefile.am): Likewise.

ChangeLog
modules/striconveh-tests
modules/striconveha-tests

index 3f86367524db9fad7342cc0c5172cee93823d92f..eb11d9269d429767e536d55094c7d6a9080f193a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-27  Bruno Haible  <bruno@clisp.org>
+
+       Fix link error when module libunistring-optional is in use.
+       * modules/striconveh-tests (Makefile.am): Link with $(LIBUNISTRING).
+       * modules/striconveha-tests (Makefile.am): Likewise.
+
 2010-11-27  Bruno Haible  <bruno@clisp.org>
 
        regex: Mention link dependencies.
index bfb68efd70c2d24859e45a41d924752253df7092..134dc016bdb360787e7caeaf378d1c0aedb0c745 100644 (file)
@@ -9,5 +9,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-striconveh
 check_PROGRAMS += test-striconveh
-test_striconveh_LDADD = $(LDADD) @LIBICONV@
+test_striconveh_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@
 
index 46ad0cf82ab6790ea379c216591d1a7c7130db3e..d2f2db01a293ae795de759be0c096e0b4208d333 100644 (file)
@@ -9,5 +9,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-striconveha
 check_PROGRAMS += test-striconveha
-test_striconveha_LDADD = $(LDADD) @LIBICONV@
+test_striconveha_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@