mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
One more fix
This commit is contained in:
parent
199d3e4277
commit
bd9958168d
1 changed files with 2 additions and 1 deletions
|
|
@ -125,8 +125,9 @@ AC_CHECK_LIB([asound], [snd_defaults_card],,
|
||||||
|
|
||||||
if test "x$alsa_found" = "xyes" ; then
|
if test "x$alsa_found" = "xyes" ; then
|
||||||
ifelse([$2], , :, [$2])
|
ifelse([$2], , :, [$2])
|
||||||
LIBS=`echo $LIBS | sed 's/^-lasound //'`
|
LIBS=`echo $LIBS | sed 's/-lasound//g'`
|
||||||
LIBS=`echo $LIBS | sed 's/ //'`
|
LIBS=`echo $LIBS | sed 's/ //'`
|
||||||
|
LIBS="-lasound $LIBS"
|
||||||
fi
|
fi
|
||||||
if test "x$alsa_found" = "xno" ; then
|
if test "x$alsa_found" = "xno" ; then
|
||||||
ifelse([$3], , :, [$3])
|
ifelse([$3], , :, [$3])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue