From: Bruno Haible Date: Sun, 16 Sep 2018 13:18:51 +0000 (+0200) Subject: Fix link error in "make check" when building with --disable-shared on macOS. X-Git-Tag: v0.20~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4d0da69aac3bfdcdb53c666de6f9e7affee809;p=thirdparty%2Fgettext.git 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@. --- 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@