From: Bruno Haible Date: Sun, 13 Apr 2008 16:15:04 +0000 (+0200) Subject: test-quotearg needs to be linked against libintl (at least on Solaris). X-Git-Tag: v0.1~7562 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=94b9df29fc1818549aec3e89e158f6df8d074253;p=gnulib.git test-quotearg needs to be linked against libintl (at least on Solaris). --- diff --git a/ChangeLog b/ChangeLog index c2117a8df..4ef4f70d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 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. * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing. * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace diff --git a/modules/quotearg-tests b/modules/quotearg-tests index 724d540e7..1f3ba2717 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@