summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-15 02:19:24 +0200
committerBruno Haible <bruno@clisp.org>2021-04-15 02:19:24 +0200
commit9ca3600636304e6ff644a51a0f606a2ef3509920 (patch)
tree72ebfa644a6b43e192393a0a6589abe507988094
parent2cccc5cc0087cb0557b4010bb94b7fe829f546e0 (diff)
downloadgnulib-9ca3600636304e6ff644a51a0f606a2ef3509920.tar.gz
gnulib-9ca3600636304e6ff644a51a0f606a2ef3509920.tar.bz2
hamt tests: Fix link error.
* modules/hamt-tests (Makefile.am): Link test-hamt against @LIBINTL@.
-rw-r--r--ChangeLog5
-rw-r--r--modules/hamt-tests1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 969a9ffb72..7c519ee44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2021-04-14 Bruno Haible <bruno@clisp.org>
+ hamt tests: Fix link error.
+ * modules/hamt-tests (Makefile.am): Link test-hamt against @LIBINTL@.
+
+2021-04-14 Bruno Haible <bruno@clisp.org>
+
c-stack: Don't use an undefined C macro (regression from 2020-10-04).
* lib/c-stack.c: Test GNU C version directly, without __GNUC_PREREQ.
diff --git a/modules/hamt-tests b/modules/hamt-tests
index f4f0ea4e05..679af59184 100644
--- a/modules/hamt-tests
+++ b/modules/hamt-tests
@@ -9,3 +9,4 @@ configure.ac:
Makefile.am:
TESTS += test-hamt
check_PROGRAMS += test-hamt
+test_hamt_LDADD = $(LDADD) @LIBINTL@

Return to:

Send suggestions and report system problems to the System administrator.