# HG changeset patch # User chainsaw # Date 1139771441 28800 # Node ID 6a9e1af8ee752e09d7abf1df684f10ab05ab0368 # Parent fb9825a943e33ba37c1fc6f67e3b3f0ceab9a824 [svn] Check for have_alsa to enable ALSA, and not have_oss. diff -r fb9825a943e3 -r 6a9e1af8ee75 configure.ac --- 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