From f5b76d0599844f758605b4b69a78339cb00c493f Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Mon, 15 Jul 2013 11:11:22 -0400 Subject: [PATCH] Revert "* #27232: android: remove unused BUILD_ALSA" This reverts commit fcb0b0f05abea831707a63f7ee7b0a311c05484a. --- daemon/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/configure.ac b/daemon/configure.ac index 69a6d2d2c..eb32f1381 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -83,6 +83,8 @@ 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