]> Savannah Git Hosting - gnulib.git/commitdiff
call_once tests: Fix link error on mingw.
authorBruno Haible <bruno@clisp.org>
Wed, 29 May 2024 14:59:59 +0000 (16:59 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 31 May 2024 16:10:52 +0000 (18:10 +0200)
* modules/call_once-tests (Depends-on): Add mtx.

ChangeLog
modules/call_once-tests

index a0a269f490251df3565d55eb4aa7036013cf1f41..49a960c3e36979ff260856688cae7070bd9200af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-29  Bruno Haible  <bruno@clisp.org>
+
+       call_once tests: Fix link error on mingw.
+       * modules/call_once-tests (Depends-on): Add mtx.
+
 2024-05-29  Bruno Haible  <bruno@clisp.org>
 
        mbfile tests: Avoid test failure on mingw.
index 7889c9a1d7df8bd6c14af4d04386c0973b320084..6199acb8863cc69a3cfc8d183e8bc6999a2344b2 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 Depends-on:
 thrd
 lock
+mtx
 stdint
 
 configure.ac: