chiark / gitweb /
configure.ac: Only look for ALSA libraries on Linux. On other platforms,
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 28 Jan 2007 11:54:39 +0000 (11:54 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 28 Jan 2007 11:54:39 +0000 (11:54 +0000)
commitdea8f8aa43006bce1daf71893b65585d201a43ff
treed63882b4df8d6cb341ca2395b85d243f95e31f16
parent6398b0776720659b579c31fcb489c0b31394b9d4
configure.ac: Only look for ALSA libraries on Linux.  On other platforms,
              we don't try to build the speaker subprocess.
server/speaker.c: Don't build on platforms without ALSA.

These two files are tied together via the BUILD_SPEAKER define, so that
when the speaker process supports other APIs, it can be turned back on.
configure.ac
server/speaker.c