summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2019-07-12configure: disable pulse on OpenBSD and DragonFlyBSDMichael Stapelberg
This matches the conditional compilation in the code and is more correct than distinguishing linux vs. non-linux (which breaks on Debian’s kFreeBSD and hurd variants). Thanks to sdk for providing an OpenBSD 6.5 environment for verification. This has not been tested on DragonFlyBSD. related to #352
2019-07-11conditionally compile pulse.c only when using pulseaudioMichael Stapelberg
fixes #352
2019-06-30release v2.132.13Michael Stapelberg
2019-02-11configure.ac: complain when asciidoc cannot be foundMichael Stapelberg
related to #338
2019-02-11configure.ac: complain when xmlto cannot be foundMichael Stapelberg
related to #338
2019-01-23Switch to autotools (#316)Michael Stapelberg