# HG changeset patch # User Bruno Haible # Date 1208103304 -7200 # Node ID a69cc9d85bccf96ae403a5b22ad90c0bf898d88e # Parent be905220886f1d9254a5ffea1e7a1ac6a083000d test-quotearg needs to be linked against libintl (at least on Solaris). diff -r be905220886f -r a69cc9d85bcc ChangeLog --- 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 + + * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD. + 2008-04-13 Bruno Haible * doc/posix-headers/sys_socket.texi: Document the problem on EMX. diff -r be905220886f -r a69cc9d85bcc modules/quotearg-tests --- 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@