summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2021-04-05 01:13:29 +0200
committerBruno Haible <bruno@clisp.org>2021-04-05 01:13:29 +0200
commit7622a0a4c6309f9cecaeef72569da687eb5b6b93 (patch)
treedb7ee54a345e277b09deb84d1688ce543ecf5f3c /ChangeLog
parent8676a431641bef9f5470b31054934f4dcba156b4 (diff)
downloadgnulib-7622a0a4c6309f9cecaeef72569da687eb5b6b93.tar.gz
gnulib-7622a0a4c6309f9cecaeef72569da687eb5b6b93.tar.bz2
pthread-cond: Fix wrong configure results when <pthread.h> is absent.
* m4/pthread-cond.m4 (gl_PTHREAD_COND): When <pthread.h> does not exist, set HAVE_PTHREAD_COND_* to 0, not to 1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 661c2fe420..3c8e78ddff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-04 Fabrice Fontaine <fontaine.fabrice@gmail.com>
+
+ pthread-cond: Fix wrong configure results when <pthread.h> is absent.
+ * m4/pthread-cond.m4 (gl_PTHREAD_COND): When <pthread.h> does not exist,
+ set HAVE_PTHREAD_COND_* to 0, not to 1.
+
2021-04-04 Bruno Haible <bruno@clisp.org>
backupfile, backup-rename: Trim dependencies.

Return to:

Send suggestions and report system problems to the System administrator.