summaryrefslogtreecommitdiff
path: root/modules/quotearg-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-13 18:15:04 +0200
committerBruno Haible <bruno@clisp.org>2008-04-13 18:15:04 +0200
commit94b9df29fc1818549aec3e89e158f6df8d074253 (patch)
treecbde50330864569070790d8539b18bbd9603c9b9 /modules/quotearg-tests
parent95454b6b2dbb9f57bf5623a0fd8d40fb2433c4d7 (diff)
downloadgnulib-94b9df29fc1818549aec3e89e158f6df8d074253.tar.gz
test-quotearg needs to be linked against libintl (at least on Solaris).
Diffstat (limited to 'modules/quotearg-tests')
-rw-r--r--modules/quotearg-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/quotearg-tests b/modules/quotearg-tests
index 724d540e7f..1f3ba2717d 100644
--- a/modules/quotearg-tests
+++ b/modules/quotearg-tests
@@ -10,3 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-quotearg
check_PROGRAMS += test-quotearg
+test_quotearg_LDADD = $(LDADD) @LIBINTL@