]> 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 22:07:40 +0000 (00:07 +0200)
* modules/call_once-tests (Depends-on): Add mtx.

ChangeLog
modules/call_once-tests

index f6183a5c35fabb987271f33cdd578fde230f4efe..e368386dac8a03641c9d538dae15cd4a124a4f84 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>
 
        pthread-once tests: Fix crash on mingw.
index 7889c9a1d7df8bd6c14af4d04386c0973b320084..6199acb8863cc69a3cfc8d183e8bc6999a2344b2 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 Depends-on:
 thrd
 lock
+mtx
 stdint
 
 configure.ac: