summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-09-02 15:37:28 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-09-02 15:37:28 +0000
commitbd97f56826aa3b7705e7cb8d3b897a403f93c026 (patch)
treea36df2a5c8e4408c9d793de5d4996f3bab2dde11
parent5cc063f398c71d60e497c2fd43dfbe2f8b08c7e7 (diff)
downloadxine-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.ac2
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])