summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-09-03 14:49:48 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-09-03 14:49:48 +0000
commit8a3ff12c05ff789466c662163e050b4bf516958c (patch)
tree03b5d6c43ad58f4572680f97f20cd25e5bd14fc9
parentecbd274bdfa3bd9ffb0f97e6365574de4c9e70ec (diff)
downloadxine-lib-8a3ff12c05ff789466c662163e050b4bf516958c.tar.gz
xine-lib-8a3ff12c05ff789466c662163e050b4bf516958c.tar.bz2
Reduce alsa requirement from 0.9.4 to 0.9.1
CVS patchset: 5335 CVS date: 2003/09/03 14:49:48
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])