* modules/strerror_l-tests (Makefile.am): Link the test program with
LIBINTL.
+2025-02-24 Bruno Haible <bruno@clisp.org>
+
+ strerror_l tests: Fix link error.
+ * modules/strerror_l-tests (Makefile.am): Link the test program with
+ LIBINTL.
+
2025-02-22 Bruno Haible <bruno@clisp.org>
localename-unsafe-limited: Use getlocalename_l-unsafe-limited.
Makefile.am:
TESTS += test-strerror_l
check_PROGRAMS += test-strerror_l
-test_strerror_l_LDADD = $(LDADD) $(GETLOCALENAME_L_LIB)
+test_strerror_l_LDADD = $(LDADD) @LIBINTL@ $(GETLOCALENAME_L_LIB)