From fcb0b0f05abea831707a63f7ee7b0a311c05484a Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Mon, 15 Jul 2013 11:09:28 -0400 Subject: [PATCH] * #27232: android: remove unused BUILD_ALSA --- daemon/configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index eb32f1381..69a6d2d2c 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -83,8 +83,6 @@ AS_IF([test "x$with_alsa" = "xyes"], [ ]); AC_DEFINE_UNQUOTED([HAVE_ALSA], `if test "x$with_alsa" = "xyes"; then echo 1; else echo 0; fi`, [Define if you have alsa]) -AM_CONDITIONAL(BUILD_ALSA, test "x$with_alsa" = "xyes") - dnl Check for pulseaudio development package - name: libpulse-dev LIBPULSE_MIN_VERSION=0.9.15