Link test-strsignal with libintl.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Apr 2008 00:03:40 +0000 (02:03 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 12 Apr 2008 00:03:40 +0000 (02:03 +0200)
ChangeLog
modules/strsignal-tests

index a8851f149190ca879154b67291da8fc1c4a1cb10..cc224423e4a7bbfd71fca47107c07da62d34dcc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-11  Bruno Haible  <bruno@clisp.org>
 
+       * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
+
        * modules/getaddrinfo-tests (Makefile.am): Define
        test_getaddrinfo_LDADD.
 
index d0e50bfd96f9f8634b225068aa3713d646b1a3f4..2fa709d042105b0db9307f187e7079186fc11f58 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-strsignal
 check_PROGRAMS += test-strsignal
+test_strsignal_LDADD = $(LDADD) @LIBINTL@