diff configure.ac @ 635:6a9e1af8ee75 trunk

[svn] Check for have_alsa to enable ALSA, and not have_oss.
author chainsaw
date Sun, 12 Feb 2006 11:10:41 -0800
parents fb9825a943e3
children ddec8f9931d9
line wrap: on
line diff
--- a/configure.ac	Sun Feb 12 10:24:16 2006 -0800
+++ b/configure.ac	Sun Feb 12 11:10:41 2006 -0800
@@ -565,7 +565,7 @@
     alsalib_available=check
 fi
 
-if test "$have_oss" = "yes"; then
+if test "$have_alsa" = "yes"; then
 	OUTPUT_PLUGINS="$OUTPUT_PLUGINS alsa"
 fi