From: Bruno Haible Date: Mon, 15 Sep 2025 06:32:29 +0000 (+0200) Subject: pagealign_alloc tests: Fix link error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f481dafcfa21efc786b3e2eb8705c83ec5f8c6;p=thirdparty%2Fgnulib.git pagealign_alloc tests: Fix link error. * modules/pagealign_alloc-tests (Makefile.am): Link test-pagealign_alloc with $(LIBINTL). --- diff --git a/ChangeLog b/ChangeLog index 135972e2f8..3957120bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-09-15 Bruno Haible + + pagealign_alloc tests: Fix link error. + * modules/pagealign_alloc-tests (Makefile.am): Link test-pagealign_alloc + with $(LIBINTL). + 2025-09-14 Bruno Haible gettext-h: Avoid warning with gcc < 4.2. diff --git a/modules/pagealign_alloc-tests b/modules/pagealign_alloc-tests index 9e3bc64acc..dd325c45bb 100644 --- a/modules/pagealign_alloc-tests +++ b/modules/pagealign_alloc-tests @@ -14,6 +14,7 @@ AC_CHECK_DECLS_ONCE([alarm]) Makefile.am: TESTS += test-pagealign_alloc check_PROGRAMS += test-pagealign_alloc +test_pagealign_alloc_LDADD = $(LDADD) @LIBINTL@ noinst_PROGRAMS += bench-pagealign_alloc bench_pagealign_alloc_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG