From a45ff5a6a94e6ace8528ac6bb157f7045f43c3b4 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 14 May 2015 21:08:11 -0400 Subject: CONFIGURE: Ensure the USE_ALSA define ends up in config.mk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" # -- cgit v1.2.3