Commit 88793c71 authored by Avuton Olrich's avatar Avuton Olrich

configure: don't fail if pipe_output is the only output plugin.

parent 731cc8cf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment