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

This commit is contained in:
Avuton Olrich 2009-02-28 08:13:31 -08:00
parent 731cc8cf08
commit 88793c7189
1 changed files with 1 additions and 0 deletions

View File

@ -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