From 9ca3600636304e6ff644a51a0f606a2ef3509920 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 15 Apr 2021 02:19:24 +0200 Subject: [PATCH] hamt tests: Fix link error. * modules/hamt-tests (Makefile.am): Link test-hamt against @LIBINTL@. --- ChangeLog | 5 +++++ modules/hamt-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 969a9ffb72..7c519ee44e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-04-14 Bruno Haible + + hamt tests: Fix link error. + * modules/hamt-tests (Makefile.am): Link test-hamt against @LIBINTL@. + 2021-04-14 Bruno Haible c-stack: Don't use an undefined C macro (regression from 2020-10-04). 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@ -- 2.39.5