From bd97f56826aa3b7705e7cb8d3b897a403f93c026 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 2 Sep 2003 15:37:28 +0000 Subject: Fix alsa version detection. xine needs alsa 0.9.4 or above. CVS patchset: 5332 CVS date: 2003/09/02 15:37:28 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3