mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added removal of duplicated -lm and -ldl entries
This commit is contained in:
parent
f12e938abd
commit
ad9f4cd3a6
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ fi
|
|||
|
||||
dnl add the alsa library
|
||||
ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl"
|
||||
LIBS=patsubst("$LIBS", "-lm")
|
||||
LIBS=patsubst("$LIBS", "-ldl")
|
||||
LIBS=patsubst("$LIBS", " ")
|
||||
LIBS="$ALSA_LIBS $LIBS"
|
||||
AC_MSG_RESULT($ALSA_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue