Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/striconveha-tests @ 13907:7538e932b775
Fix link error when module libunistring-optional is in use.
* modules/striconveh-tests (Makefile.am): Link with $(LIBUNISTRING).
* modules/striconveha-tests (Makefile.am): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 27 Nov 2010 18:58:36 +0100 |
parents | a48d3d749ca5 |
children |
comparison
equal
deleted
inserted
replaced
13906:fdacdce28472 | 13907:7538e932b775 |
---|---|
7 configure.ac: | 7 configure.ac: |
8 | 8 |
9 Makefile.am: | 9 Makefile.am: |
10 TESTS += test-striconveha | 10 TESTS += test-striconveha |
11 check_PROGRAMS += test-striconveha | 11 check_PROGRAMS += test-striconveha |
12 test_striconveha_LDADD = $(LDADD) @LIBICONV@ | 12 test_striconveha_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@ |
13 | 13 |