aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Schupp <w.schupp@a1.net>2015-01-01 10:58:42 +0100
committerWolfgang Schupp <w.schupp@a1.net>2015-01-01 10:58:42 +0100
commit37f79cd10ff1b1944054933f496b65192d37ee7e (patch)
tree37cf2e6a4f5fb6866cba4ae8278b5dd31ce34249
parentda52a471908309d6401d3eaeead4eab74f9d2d2a (diff)
parent95a5d13240b993312f3890b3d4f8f35d7f5aa0d8 (diff)
Merge pull request #6068 from mgehre/patch-2
configure.in: Fix final_message without PulseAudio
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 32244d15a6..dd7338efdc 100644
--- a/configure.in
+++ b/configure.in
@@ -1285,6 +1285,7 @@ if test "x$use_pulse" != "xno"; then
if test "x$use_pulse" = "xyes"; then
AC_MSG_ERROR($pulse_not_found)
else
+ use_pulse="no"
AC_MSG_RESULT($pulse_disabled)
fi
fi