From 2e4d0da69aac3bfdcdb53c666de6f9e7affee809 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 16 Sep 2018 15:18:51 +0200 Subject: [PATCH] Fix link error in "make check" when building with --disable-shared on macOS. * gnulib-local/modules/term-ostream-tests (test_term_ostream_LDADD): Add @INTL_MACOSX_LIBS@. --- gnulib-local/modules/term-ostream-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnulib-local/modules/term-ostream-tests b/gnulib-local/modules/term-ostream-tests index ce02d3a0d..e96ff7798 100644 --- a/gnulib-local/modules/term-ostream-tests +++ b/gnulib-local/modules/term-ostream-tests @@ -27,4 +27,4 @@ Makefile.am: TESTS += test-term-ostream-xterm TESTS_ENVIRONMENT += srcdir='$(srcdir)' check_PROGRAMS += test-term-ostream -test_term_ostream_LDADD = $(LIBTERMCAP) $(LDADD) +test_term_ostream_LDADD = $(LIBTERMCAP) $(LDADD) @INTL_MACOSX_LIBS@ -- 2.47.3