CONFIGURE: Ensure the USE_ALSA define ends up in config.mk
This commit is contained in:
parent
4d56585112
commit
a45ff5a6a9
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -3556,7 +3556,7 @@ if test "$_alsa" = yes ; then
|
||||||
LIBS="$LIBS $ALSA_LIBS -lasound"
|
LIBS="$LIBS $ALSA_LIBS -lasound"
|
||||||
INCLUDES="$INCLUDES $ALSA_CFLAGS"
|
INCLUDES="$INCLUDES $ALSA_CFLAGS"
|
||||||
fi
|
fi
|
||||||
define_in_config_h_if_yes "$_alsa" 'USE_ALSA'
|
define_in_config_if_yes "$_alsa" 'USE_ALSA'
|
||||||
echo "$_alsa"
|
echo "$_alsa"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue