configure: don't fail if mp4 is the only enabled input plugin.

This commit is contained in:
Avuton Olrich 2009-02-28 07:55:39 -08:00
parent a31f3c89fb
commit d1d4c3245c
1 changed files with 1 additions and 0 deletions

View File

@ -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