mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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
|
||||
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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue