From 5256151b40a11939df8b326f4ca982527c816c14 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 5 Sep 2022 00:02:44 +0200 Subject: [PATCH] glob tests: Fix link error on mingw. * modules/glob-tests (Makefile.am): Link test-glob with $(LIBINTL). --- ChangeLog | 5 +++++ modules/glob-tests | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3efef87a4b..9e6b851933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-09-04 Bruno Haible + + glob tests: Fix link error on mingw. + * modules/glob-tests (Makefile.am): Link test-glob with $(LIBINTL). + 2022-09-04 Bruno Haible timespec_get: Fix compilation error with MSVC 14. diff --git a/modules/glob-tests b/modules/glob-tests index afce2dbca0..5054196a23 100644 --- a/modules/glob-tests +++ b/modules/glob-tests @@ -12,7 +12,7 @@ configure.ac: Makefile.am: TESTS += test-glob check_PROGRAMS += test-glob -test_glob_LDADD = $(LDADD) $(LIB_MBRTOWC) +test_glob_LDADD = $(LDADD) $(LIBINTL) $(LIB_MBRTOWC) MOSTLYCLEANFILES += \ test-glob.tglobfile \ test-glob.tgloblink1 \ -- 2.39.5