If no input plugin is supported, fail to configure.
(useless daemon) git-svn-id: https://svn.musicpd.org/mpd/trunk@4376 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
39615044e3
commit
e570f13d74
12
configure.ac
12
configure.ac
|
@ -722,6 +722,18 @@ else
|
|||
echo " MOD support ...................disabled"
|
||||
fi
|
||||
|
||||
if
|
||||
test x$enable_mp3 = xno &&
|
||||
test x$enable_oggvorbis = xno &&
|
||||
test x$enable_flac = xno &&
|
||||
test x$enable_oggflac = xno &&
|
||||
test x$enable_audiofile = xno &&
|
||||
test x$enable_aac = xno &&
|
||||
test x$enable_mpc = xno &&
|
||||
test x$enable_mod = xno; then
|
||||
AC_MSG_ERROR("No input plugins supported!")
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "##########################################"
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue