aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-02-28 07:55:39 -0800
committerAvuton Olrich <avuton@gmail.com>2009-02-28 07:55:39 -0800
commitd1d4c3245c4215586bc0075d33e340b7c54cf964 (patch)
tree821110a5ba623bd386ce001fa1caf1135df931fb /configure.ac
parenta31f3c89fbdfb2ffb55a8a0ebba7f7a469d6fc43 (diff)
downloadmpd-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.ac1
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