]> Savannah Git Hosting - gnulib.git/commitdiff
trim tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Apr 2023 00:19:30 +0000 (02:19 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Apr 2023 00:19:30 +0000 (02:19 +0200)
* modules/trim-tests (Makefile.am): Link test-trim also against libintl.

ChangeLog
modules/trim-tests

index 98beb6d5f91bc193dc1a9ffa4aba0c7d62fd59bd..b5f0edc641fc11a5c40bd793aea170a98264604f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-07  Bruno Haible  <bruno@clisp.org>
+
+       trim tests: Fix link error.
+       * modules/trim-tests (Makefile.am): Link test-trim also against libintl.
+
 2023-04-07  Bruno Haible  <bruno@clisp.org>
 
        stdio: Fix the value of _PRINTF_NAN_LEN_MAX on OpenBSD.
index 326b800c3fed053b0d6c4a347dbeef318e921d96..ece746d2df2a62ed2eb292dfbec41ba71dd4abef 100644 (file)
@@ -19,4 +19,4 @@ TESTS_ENVIRONMENT += \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
 check_PROGRAMS += test-trim
-test_trim_LDADD = $(LDADD) $(LIBUNISTRING) $(MBRTOWC_LIB)
+test_trim_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB)