diff options
author | Matthew Hoops | 2015-05-14 21:08:11 -0400 |
---|---|---|
committer | Matthew Hoops | 2015-07-07 20:19:47 -0400 |
commit | a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4 (patch) | |
tree | a6673b16e7a80587d39526fe68e92ff60d24409c | |
parent | 4d5658511228328a9e56d32448f9b598ecda696c (diff) | |
download | scummvm-rg350-a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4.tar.gz scummvm-rg350-a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4.tar.bz2 scummvm-rg350-a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4.zip |
CONFIGURE: Ensure the USE_ALSA define ends up in config.mk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3556,7 +3556,7 @@ if test "$_alsa" = yes ; then LIBS="$LIBS $ALSA_LIBS -lasound" INCLUDES="$INCLUDES $ALSA_CFLAGS" fi -define_in_config_h_if_yes "$_alsa" 'USE_ALSA' +define_in_config_if_yes "$_alsa" 'USE_ALSA' echo "$_alsa" # |