From d1d4c3245c4215586bc0075d33e340b7c54cf964 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 28 Feb 2009 07:55:39 -0800 Subject: configure: don't fail if mp4 is the only enabled input plugin. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3