]> Savannah Git Hosting - gnulib.git/commitdiff
nl_langinfo tests: Fix link error (regression from 2019-12-18).
authorBruno Haible <bruno@clisp.org>
Sat, 21 Dec 2019 11:54:51 +0000 (12:54 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 21 Dec 2019 11:54:51 +0000 (12:54 +0100)
* modules/nl_langinfo-tests (Makefile.am): Link also test-nl_langinfo
with $(LIB_SETLOCALE).

ChangeLog
modules/nl_langinfo-tests

index 001d30b0818c2246347f7ef374a72c75fd279805..df3cc732476b4a7ac81096b8eb58de7c7c8b9a06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-12-21  Bruno Haible  <bruno@clisp.org>
+
+       nl_langinfo tests: Fix link error (regression from 2019-12-18).
+       * modules/nl_langinfo-tests (Makefile.am): Link also test-nl_langinfo
+       with $(LIB_SETLOCALE).
+
 2019-12-21  Bruno Haible  <bruno@clisp.org>
 
        threadlib: Remove unused dependency (left over from 2019-07-06).
index 9474bbd86f6502608549e2f1d7cad06884fe2369..9bf1510286285ace7c1498615403b67ad1135b34 100644 (file)
@@ -20,4 +20,5 @@ Makefile.am:
 TESTS += test-nl_langinfo.sh test-nl_langinfo-mt
 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-nl_langinfo test-nl_langinfo-mt
+test_nl_langinfo_LDADD = $(LDADD) $(LIB_SETLOCALE)
 test_nl_langinfo_mt_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIBMULTITHREAD) $(LIB_NANOSLEEP)