From: Bruno Haible Date: Fri, 11 Apr 2008 23:58:40 +0000 (+0200) Subject: Link test-getaddrinfo with libintl. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f029c2dd4cc8bd4363bef34b3e78a64989bf1012;p=pspp Link test-getaddrinfo with libintl. --- diff --git a/ChangeLog b/ChangeLog index 92f8080234..a8851f1491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-11 Bruno Haible + + * modules/getaddrinfo-tests (Makefile.am): Define + test_getaddrinfo_LDADD. + 2008-04-11 Bruno Haible * lib/strsignal.c (_sys_siglist): Don't declare if already declared. diff --git a/modules/getaddrinfo-tests b/modules/getaddrinfo-tests index 04bd89b892..5d374a99e0 100644 --- a/modules/getaddrinfo-tests +++ b/modules/getaddrinfo-tests @@ -9,6 +9,7 @@ configure.ac: Makefile.am: TESTS += test-getaddrinfo check_PROGRAMS += test-getaddrinfo +test_getaddrinfo_LDADD = $(LDADD) @LIBINTL@ License: LGPL