diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-23 13:55:33 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-23 13:55:33 +0000 |
commit | 57a9559263d912d9dd9a2ad94cb942891d7d1afc (patch) | |
tree | fe6537c9e43db141988186ed4568d9c849ebd590 | |
parent | a5ae5e432c80be42c4f4ce901948535269e670a8 (diff) | |
download | xine-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.ac | 2 |
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 |