On IRIX, the test-getaddrinfo program does not link, because it requires
libintl (from gai_strerror.c). This should fix it.
2008-04-11 Bruno Haible <[EMAIL PROTECTED]>
* modules/getaddrinfo-tests (Makefile.am): Define
test_getaddrinfo_LDADD.
*** modules/getaddrinfo-tests.orig 2008-04-12 01:55:49.000000000 +0200
--- modules/getaddrinfo-tests 2008-04-12 01:54:38.000000000 +0200
***************
*** 9,14 ****
--- 9,15 ----
Makefile.am:
TESTS += test-getaddrinfo
check_PROGRAMS += test-getaddrinfo
+ test_getaddrinfo_LDADD = $(LDADD) @LIBINTL@
License:
LGPL