No really, don't link with the ALSA library!
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401010
This commit is contained in:
parent
c7d88ba1bb
commit
9984f19106
1 changed files with 4 additions and 0 deletions
|
@ -283,6 +283,10 @@ CheckALSA()
|
||||||
, enable_alsa=yes)
|
, enable_alsa=yes)
|
||||||
if test x$enable_audio = xyes -a x$enable_alsa = xyes; then
|
if test x$enable_audio = xyes -a x$enable_alsa = xyes; then
|
||||||
AM_PATH_ALSA(0.9.0, have_alsa=yes, have_alsa=no)
|
AM_PATH_ALSA(0.9.0, have_alsa=yes, have_alsa=no)
|
||||||
|
# Restore all flags from before the ALSA detection runs
|
||||||
|
CFLAGS="$alsa_save_CFLAGS"
|
||||||
|
LDFLAGS="$alsa_save_LDFLAGS"
|
||||||
|
LIBS="$alsa_save_LIBS"
|
||||||
if test x$have_alsa = xyes; then
|
if test x$have_alsa = xyes; then
|
||||||
AC_ARG_ENABLE(alsa-shared,
|
AC_ARG_ENABLE(alsa-shared,
|
||||||
[ --enable-alsa-shared dynamically load ALSA audio support [default=yes]],
|
[ --enable-alsa-shared dynamically load ALSA audio support [default=yes]],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue