From 72a71de689b06eb0f2ad9c02f7682e26bcb518b9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 17 Nov 2020 02:30:29 +0100 Subject: Fix link errors on platforms with libintl (e.g. Solaris and AIX). Reported by Tom G. Christensen in . * modules/getumask-tests (Makefile.am): Link test-getumask with $(LIBINTL). * modules/stack-tests (Makefile.am): Link test-stack with $(LIBINTL). * modules/supersede-tests (Makefile.am): Link test-supersede with $(LIBINTL). * modules/unicodeio-tests (Makefile.am): Link test-unicodeio with $(LIBINTL). --- modules/stack-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/stack-tests') diff --git a/modules/stack-tests b/modules/stack-tests index 308d7258ec..b38e350083 100644 --- a/modules/stack-tests +++ b/modules/stack-tests @@ -11,3 +11,4 @@ Makefile.am: TESTS += test-stack check_PROGRAMS += test-stack test_stack_SOURCES = test-stack.c +test_stack_LDADD = $(LDADD) $(LIBINTL) -- cgit v1.2.1