aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b74bb267f..8f0289106 100644
--- a/configure.ac
+++ b/configure.ac
@@ -437,7 +437,7 @@ PKG_CHECK_MODULES(
437# Pulse Audio 437# Pulse Audio
438if test "x$pulse" != "x1" -o "x$opus" != "x1" -o "x$ogg" != "x1" 438if test "x$pulse" != "x1" -o "x$opus" != "x1" -o "x$ogg" != "x1"
439then 439then
440 if test "x$gst" != "x1" -o "x$opus" != "x1" 440 if test "x$gst" != "x1"
441 then 441 then
442 conversation_backend=none 442 conversation_backend=none
443 AM_CONDITIONAL(BUILD_PULSE_HELPERS, false) 443 AM_CONDITIONAL(BUILD_PULSE_HELPERS, false)