summaryrefslogtreecommitdiffstats
path: root/m4/ax_pthread.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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.