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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b9df29fc1818549aec3e89e158f6df8d074253;p=pspp test-quotearg needs to be linked against libintl (at least on Solaris). --- diff --git a/ChangeLog b/ChangeLog index c2117a8df1..4ef4f70d22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/modules/quotearg-tests b/modules/quotearg-tests index 724d540e7f..1f3ba2717d 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@