diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-06-08 10:15:25 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-06-08 10:15:25 +0000 |
commit | b7c05ad942fb303ee0f509e0e0cbe21d1b85fb2d (patch) | |
tree | c11c9af97a6f218142ca37e17108696ee7cfb9c3 /utils | |
parent | 5ce8fbeab51ec224efaf8f64d451b9befc79f7de (diff) |
Removed snd_defaults_ functions.
Updated the syntax of configuration file to substitute values from
the environment space.
Updated alsa.conf to replace old snd_defaults_ functions.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsa.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 0c3ea11d..76400f97 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -118,7 +118,7 @@ exit(0); AC_LANG_RESTORE dnl Now that we know that we have the right version, let's see if we have the library and not just the headers. -AC_CHECK_LIB([asound], [snd_defaults_card],, +AC_CHECK_LIB([asound], [snd_seq_create_event],, [ifelse([$3], , [AC_MSG_ERROR(No linkable libasound was found.)]) alsa_found=no] ) |