diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-09-02 15:37:28 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-09-02 15:37:28 +0000 |
commit | bd97f56826aa3b7705e7cb8d3b897a403f93c026 (patch) | |
tree | a36df2a5c8e4408c9d793de5d4996f3bab2dde11 | |
parent | 5cc063f398c71d60e497c2fd43dfbe2f8b08c7e7 (diff) | |
download | xine-lib-bd97f56826aa3b7705e7cb8d3b897a403f93c026.tar.gz xine-lib-bd97f56826aa3b7705e7cb8d3b897a403f93c026.tar.bz2 |
Fix alsa version detection.
xine needs alsa 0.9.4 or above.
CVS patchset: 5332
CVS date: 2003/09/02 15:37:28
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3f8f09d53..ce5c564ba 100644 --- a/configure.ac +++ b/configure.ac @@ -754,7 +754,7 @@ AM_CONDITIONAL(HAVE_OSS, test x"$have_ossaudio" = "xyes") dnl --------------------------------------------- dnl Alsa support dnl --------------------------------------------- -AM_PATH_ALSA(0.9.0, +AM_PATH_ALSA(0.9.4, [ AC_DEFINE(HAVE_ALSA,1,[Define this if you have Alsa (libasound) installed]) if test x"$have_alsa09" = "xyes"; then AC_DEFINE(HAVE_ALSA09,1,[Define this if you have alsa 0.9.x and more installed]) |