]> Savannah Git Hosting - gnulib.git/commitdiff
strerror_l tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2025 07:07:40 +0000 (08:07 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2025 07:07:40 +0000 (08:07 +0100)
* modules/strerror_l-tests (Makefile.am): Link the test program with
LIBINTL.

ChangeLog
modules/strerror_l-tests

index e2432dfc041eb1b9626c2f00dc8f90f24a3cc583..4453b26db44d68182fd6386159606c1c8976230c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 356788852eb64bec5c6d682bfb342eff4c2b0595..98138e90ff81fe08081cfbbdfbeaacf86126d33d 100644 (file)
@@ -13,4 +13,4 @@ configure.ac:
 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)