diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |