]> Savannah Git Hosting - gnulib.git/commitdiff
glob tests: Fix link error on mingw.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Sep 2022 22:02:44 +0000 (00:02 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Sep 2022 02:00:10 +0000 (04:00 +0200)
* modules/glob-tests (Makefile.am): Link test-glob with $(LIBINTL).

ChangeLog
modules/glob-tests

index 5d39fbb0b41c00e88bb6267d85223acc313266a8..ee53375b54d6f998edebeffa0f265458cba669ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-04  Bruno Haible  <bruno@clisp.org>
+
+       glob tests: Fix link error on mingw.
+       * modules/glob-tests (Makefile.am): Link test-glob with $(LIBINTL).
+
 2022-09-04  Bruno Haible  <bruno@clisp.org>
 
        timespec_get: Fix compilation error with MSVC 14.
index afce2dbca078fc5ec1b3bbba7160c352c5daefcd..5054196a2359e1b1e94b7717e727df922be07cdd 100644 (file)
@@ -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 \