aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-26 09:09:00 +0200
committerMax Kellermann <max@duempel.org>2014-09-26 09:29:18 +0200
commitd6c08fb79fb67427c8c208e3dde87212b3a4006f (patch)
treec5e23183740e6314dcae16d9db264f28bf3170f3 /configure.ac
parentef02b20811d362898285e4e48edc795684ae0ec7 (diff)
downloadmpd-d6c08fb79fb67427c8c208e3dde87212b3a4006f.tar.gz
mpd-d6c08fb79fb67427c8c208e3dde87212b3a4006f.tar.xz
mpd-d6c08fb79fb67427c8c208e3dde87212b3a4006f.zip
configure.ac: allow building MPD without output plugin
MPD can easily be used as a database provider for the proxy database plugin. In that case, it needs only one "null" output, and no real output plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index 53cbc303a..aba8e33f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1423,27 +1423,6 @@ esac
AM_CONDITIONAL(ENABLE_WINMM_OUTPUT, test x$enable_winmm_output = xyes)
-dnl --------------------- Post Audio Output Plugins Tests ---------------------
-if
- test x$enable_alsa = xno &&
- test x$enable_roar = xno &&
- test x$enable_ao = xno &&
- test x$enable_fifo = xno &&
- test x$enable_httpd_output = xno &&
- test x$enable_jack = xno &&
- test x$enable_openal = xno &&
- test x$enable_oss = xno &&
- test x$enable_osx = xno &&
- test x$enable_pipe_output = xno &&
- test x$enable_pulse = xno &&
- test x$enable_recorder_output = xno &&
- test x$enable_shout = xno &&
- test x$enable_solaris_output = xno &&
- test x$enable_winmm_output = xno; then
-
- AC_MSG_ERROR([No Audio Output types configured!])
-fi
-
dnl ---------------------------------------------------------------------------
dnl Documentation
dnl ---------------------------------------------------------------------------