Always build with pthread support
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 16:30:00 +0000 (18:30 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 16:30:00 +0000 (18:30 +0200)
commitdee5e45a1bcb3b8a95f1b9f448b29dda7b6072b7
tree5b1c2a2c349afe52b0424320d4c5b022eca5b490
parent994d7c1d4e1f0edf127a268a29672f3cdbe4adcb
Always build with pthread support

Until now you could run ./configure --with-libpthread=no.
This didn't actually compile though.

The daemon has assumed for a while now that pthread support
is available. Bail out in ./configure if this is not the case.
configure.ac
src/Makefile.am
src/daemon/Makefile.am