Fixed Alsa detection for configure

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@38 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2006-05-24 01:14:19 +00:00
parent dea4042568
commit ad0f23e579
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ AC_ARG_ENABLE(alsa-midi,
if test "x$lash_alsa_midi" = "xyes"; then
PKG_CHECK_MODULES(ALSA, alsa >= 0.9, ALSA_FOUND="true", ALSA_FOUND="false")
PKG_CHECK_MODULES(ALSA, alsa >= 0.9, ALSA_FOUND="yes", ALSA_FOUND="no")
if test "x$ALSA_FOUND" = "xyes"; then
# Check that there's seq functions in the library