aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthew Hoops2015-05-14 21:08:11 -0400
committerMatthew Hoops2015-07-07 20:19:47 -0400
commita45ff5a6a94e6ace8528ac6bb157f7045f43c3b4 (patch)
treea6673b16e7a80587d39526fe68e92ff60d24409c /configure
parent4d5658511228328a9e56d32448f9b598ecda696c (diff)
downloadscummvm-rg350-a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4.tar.gz
scummvm-rg350-a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4.tar.bz2
scummvm-rg350-a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4.zip
CONFIGURE: Ensure the USE_ALSA define ends up in config.mk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 78f147f4b2..48dfdbda14 100755
--- a/configure
+++ b/configure
@@ -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"
#