diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-02-28 07:55:39 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-02-28 07:55:39 -0800 |
commit | d1d4c3245c4215586bc0075d33e340b7c54cf964 (patch) | |
tree | 821110a5ba623bd386ce001fa1caf1135df931fb /configure.ac | |
parent | a31f3c89fbdfb2ffb55a8a0ebba7f7a469d6fc43 (diff) | |
download | mpd-d1d4c3245c4215586bc0075d33e340b7c54cf964.tar.gz mpd-d1d4c3245c4215586bc0075d33e340b7c54cf964.tar.xz mpd-d1d4c3245c4215586bc0075d33e340b7c54cf964.zip |
configure: don't fail if mp4 is the only enabled input plugin.
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 fa08c4574..d72a92b1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1416,6 +1416,7 @@ if test x$enable_sidplay = xno && test x$enable_fluidsynth = xno && test x$enable_wildmidi = xno && + test x$enable_mp4 = xno && test x$enable_mod = xno; then AC_MSG_ERROR([No input plugins supported!]) fi |