From 88793c71893d6245d874092f6a74ddf8cd5839d9 Mon Sep 17 00:00:00 2001
From: Avuton Olrich <avuton@gmail.com>
Date: Sat, 28 Feb 2009 08:13:31 -0800
Subject: [PATCH] configure: don't fail if pipe_output is the only output
 plugin.

---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 1f9f83816..d1d887d44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1281,6 +1281,7 @@ if test x$enable_ao = xno &&
    test x$enable_pulse = xno &&
    test x$enable_jack = xno &&
    test x$enable_fifo = xno &&
+   test x$enable_pipe_output = xno &&
    test x$enable_mvp = xno; then
 	AC_MSG_ERROR([No Audio Output types configured!])
 fi