From 94b9df29fc1818549aec3e89e158f6df8d074253 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 13 Apr 2008 18:15:04 +0200 Subject: [PATCH] test-quotearg needs to be linked against libintl (at least on Solaris). --- ChangeLog | 4 ++++ modules/quotearg-tests | 1 + 2 files changed, 5 insertions(+) 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@ -- 2.11.0