]> Savannah Git Hosting - gnulib.git/commit
pthread-cond: Fix wrong configure results when <pthread.h> is absent.
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 4 Apr 2021 23:13:29 +0000 (01:13 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2021 23:13:29 +0000 (01:13 +0200)
commit7622a0a4c6309f9cecaeef72569da687eb5b6b93
treedb7ee54a345e277b09deb84d1688ce543ecf5f3c
parent8676a431641bef9f5470b31054934f4dcba156b4
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.
ChangeLog
m4/pthread-cond.m4