diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-09-03 14:49:48 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-09-03 14:49:48 +0000 |
commit | 8a3ff12c05ff789466c662163e050b4bf516958c (patch) | |
tree | 03b5d6c43ad58f4572680f97f20cd25e5bd14fc9 | |
parent | ecbd274bdfa3bd9ffb0f97e6365574de4c9e70ec (diff) | |
download | xine-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.ac | 2 |
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]) |