author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 3 Jun 2016 16:30:00 +0000 (18:30 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 3 Jun 2016 16:30:00 +0000 (18:30 +0200) | ||
commit | dee5e45a1bcb3b8a95f1b9f448b29dda7b6072b7 | |
tree | 5b1c2a2c349afe52b0424320d4c5b022eca5b490 | tree | snapshot |
parent | 994d7c1d4e1f0edf127a268a29672f3cdbe4adcb | commit | diff |
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.
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 | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/daemon/Makefile.am | diff | blob | history |