aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-02-28 08:13:31 -0800
committerAvuton Olrich <avuton@gmail.com>2009-02-28 08:13:31 -0800
commit88793c71893d6245d874092f6a74ddf8cd5839d9 (patch)
tree206579821590a089d81074edc4f0637aabb7fb4b /configure.ac
parent731cc8cf08f62fb13b7171c367cf5d56471af38c (diff)
configure: don't fail if pipe_output is the only output plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1f9f8381..d1d887d4 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