One more fix

This commit is contained in:
Jaroslav Kysela 2001-04-19 10:46:49 +00:00
parent 199d3e4277
commit bd9958168d

View file

@ -125,8 +125,9 @@ AC_CHECK_LIB([asound], [snd_defaults_card],,
if test "x$alsa_found" = "xyes" ; then
ifelse([$2], , :, [$2])
LIBS=`echo $LIBS | sed 's/^-lasound //'`
LIBS=`echo $LIBS | sed 's/-lasound//g'`
LIBS=`echo $LIBS | sed 's/ //'`
LIBS="-lasound $LIBS"
fi
if test "x$alsa_found" = "xno" ; then
ifelse([$3], , :, [$3])