changeset 9908:a69cc9d85bcc

test-quotearg needs to be linked against libintl (at least on Solaris).
author Bruno Haible <bruno@clisp.org>
date Sun, 13 Apr 2008 18:15:04 +0200
parents be905220886f
children adb9a924703b
files ChangeLog modules/quotearg-tests
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 13 14:56:42 2008 +0200
+++ b/ChangeLog	Sun Apr 13 18:15:04 2008 +0200
@@ -1,3 +1,7 @@
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+	* modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
+
 2008-04-13  Bruno Haible  <bruno@clisp.org>
 
 	* doc/posix-headers/sys_socket.texi: Document the problem on EMX.
--- a/modules/quotearg-tests	Sun Apr 13 14:56:42 2008 +0200
+++ b/modules/quotearg-tests	Sun Apr 13 18:15:04 2008 +0200
@@ -10,3 +10,4 @@
 Makefile.am:
 TESTS += test-quotearg
 check_PROGRAMS += test-quotearg
+test_quotearg_LDADD = $(LDADD) @LIBINTL@