CONFIGURE: Ensure the USE_ALSA define ends up in config.mk

This commit is contained in:
Matthew Hoops 2015-05-14 21:08:11 -04:00
parent 4d56585112
commit a45ff5a6a9

2
configure vendored
View file

@ -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"
# #