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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb30c36076e5eb3fc97ddb674f867719af178554;p=thirdparty%2Fgnulib.git call_once tests: Fix link error on mingw. * modules/call_once-tests (Depends-on): Add mtx. --- diff --git a/ChangeLog b/ChangeLog index f40ceec61f..7b376ed76b 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: