Re: [libvirt PATCH v2 50/56] m4: add check for pthread library

2020-01-31 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:31PM +, Daniel P. Berrangé wrote: > When we get rid of GNULIB, we need to check for -lpthread > support. > > Signed-off-by: Daniel P. Berrangé > --- > m4/virt-pthread.m4 | 26 ++ > src/Makefile.am| 2 -- > tests/Makefile.am | 2 +-

[libvirt PATCH v2 50/56] m4: add check for pthread library

2020-01-28 Thread Daniel P . Berrangé
When we get rid of GNULIB, we need to check for -lpthread support. Signed-off-by: Daniel P. Berrangé --- m4/virt-pthread.m4 | 26 ++ src/Makefile.am| 2 -- tests/Makefile.am | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git