summaryrefslogtreecommitdiffstats
path: root/m4/ax_pthread.m4
Commit message (Collapse)AuthorAgeFilesLines
* Update ax_pthread m4 scriptMatthias P. Braendli2016-03-071-192/+345
|
* Replace boost by C++11Matthias P. Braendli2015-05-041-0/+332
std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent.