diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-16 08:44:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-16 08:44:44 +0100 |
commit | e773cfa32bc3be799121d1d3d50a9d2e454383fe (patch) | |
tree | a6f73f0ae5aaae5ca9520edbf09a0bd16f7111c7 /configure.ac | |
parent | f1fb4e99a63c8982b6f2a5712365eeb58bb41472 (diff) | |
download | mpd-e773cfa32bc3be799121d1d3d50a9d2e454383fe.tar.gz mpd-e773cfa32bc3be799121d1d3d50a9d2e454383fe.tar.xz mpd-e773cfa32bc3be799121d1d3d50a9d2e454383fe.zip |
configure: error out against streaming output, not encoder.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 094189058..f37b87e36 100644 --- a/configure.ac +++ b/configure.ac @@ -1162,8 +1162,8 @@ echo "" if test x$enable_ao = xno && test x$enable_oss = xno && - test x$enable_oggvorbis_encoder = xno && - test x$enable_lame_encoder = xno && + test x$enable_shout = xno && + test x$enable_httpd_output = xno && test x$enable_alsa = xno && test x$enable_osx = xno && test x$enable_pulse = xno && |