From 8a3ff12c05ff789466c662163e050b4bf516958c Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Wed, 3 Sep 2003 14:49:48 +0000 Subject: Reduce alsa requirement from 0.9.4 to 0.9.1 CVS patchset: 5335 CVS date: 2003/09/03 14:49:48 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ce5c564ba..08d47868a 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.4, +AM_PATH_ALSA(0.9.1, [ 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