summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-12-23 13:55:33 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-12-23 13:55:33 +0000
commit57a9559263d912d9dd9a2ad94cb942891d7d1afc (patch)
treefe6537c9e43db141988186ed4568d9c849ebd590
parenta5ae5e432c80be42c4f4ce901948535269e670a8 (diff)
downloadxine-lib-57a9559263d912d9dd9a2ad94cb942891d7d1afc.tar.gz
xine-lib-57a9559263d912d9dd9a2ad94cb942891d7d1afc.tar.bz2
the alsa plugin is just called "alsa", not "alsa09"
CVS patchset: 3648 CVS date: 2002/12/23 13:55:33
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81e9c355b..4a07df700 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1395,7 +1395,7 @@ if test x"$have_ossaudio" = "xyes"; then
fi
if test x"$no_alsa" != "xyes"; then
if test x"$have_alsa09" = "xyes"; then
- echo " - alsa09 (Alsa 0.9.x)"
+ echo " - alsa (Alsa 0.9.x)"
fi
fi
if test x"$no_esd" != "xyes"; then