test-quotearg needs to be linked against libintl (at least on Solaris).
authorBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 16:15:04 +0000 (18:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 16:15:04 +0000 (18:15 +0200)
ChangeLog
modules/quotearg-tests

index c2117a8..4ef4f70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
        * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
        * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
index 724d540..1f3ba27 100644 (file)
@@ -10,3 +10,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-quotearg
 check_PROGRAMS += test-quotearg
+test_quotearg_LDADD = $(LDADD) @LIBINTL@