Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that...
authorRichard Boulton <richard@tartarus.org>
Tue, 29 May 2001 12:31:21 +0000 (12:31 +0000)
committerRichard Boulton <richard@tartarus.org>
Tue, 29 May 2001 12:31:21 +0000 (12:31 +0000)
commitb2af90dcb6fa6cd2bf86928dd58bd2817a6d8a21
treeb8b8cdad8ab76aa0ec115633cadc47818e217a3d
parenteb20f704f3eacfff6b18fa292c3d56da0b2a653c
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that we don't have alsa 0.9.x: we just ne...

Original commit message from CVS:
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to
check that we don't have alsa 0.9.x: we just need to specify something
for ACTION_NOT_FOUND to override the default AC_MSG_ERROR behaviour, so
I've put a colon for ACTION_NOT_FOUND. ;-)
Also, update the alsa macro in acinclude with the latest from the alsa
project CVS.
acinclude.m4
configure.ac
configure.in