From: Bruno Haible Date: Wed, 29 May 2024 14:59:59 +0000 (+0200) Subject: call_once tests: Fix link error on mingw. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fc813056e04a46a273335264856c3c2587d62536;p=gnulib.git call_once tests: Fix link error on mingw. * modules/call_once-tests (Depends-on): Add mtx. --- diff --git a/ChangeLog b/ChangeLog index a0a269f490..49a960c3e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-29 Bruno Haible + + call_once tests: Fix link error on mingw. + * modules/call_once-tests (Depends-on): Add mtx. + 2024-05-29 Bruno Haible mbfile tests: Avoid test failure on mingw. diff --git a/modules/call_once-tests b/modules/call_once-tests index 7889c9a1d7..6199acb886 100644 --- a/modules/call_once-tests +++ b/modules/call_once-tests @@ -6,6 +6,7 @@ tests/macros.h Depends-on: thrd lock +mtx stdint configure.ac: