Re: [PATCH] m4/pthread-cond.m4: fix build without threads

2021-04-04 Thread Bruno Haible
Hi, Fabrice Fontaine wrote: > HAVE_PTHREAD_COND_xxx variables are wrongly set to 1 instead of 0 if > HAVE_PTHREAD_H is set to 0 since > https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=e08989ca11a13c8a09cb0c34f797af5a40753379 Indeed, that's obviously a copy&paste mistake. > This will resu

[PATCH] m4/pthread-cond.m4: fix build without threads

2021-04-04 Thread Fabrice Fontaine
HAVE_PTHREAD_COND_xxx variables are wrongly set to 1 instead of 0 if HAVE_PTHREAD_H is set to 0 since https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=e08989ca11a13c8a09cb0c34f797af5a40753379 This will result in the following build failure if threads are not available, for example with core