Commit 7e42637b authored by Avuton Olrich's avatar Avuton Olrich

configure.ac: Clean up the wording and lines at the end of the file.

parent dbe93d4a
......@@ -1532,24 +1532,18 @@ results(curl,[CURL])
results(lastfm,[Last.FM])
results(mms,[MMS])
echo -ne '\n\n##########################################\n'
echo -ne '\n\n##########################################\n\n'
if test x$enable_sndfile = xyes && test x$enable_modplug = xyes; then
AC_MSG_WARN([compilation may fail, because libmodplug conflicts with libsndfile])
AC_MSG_WARN([libmodplug ships modplug/sndfile.h, which hides libsndfile's sndfile.h])
fi
echo "Generating needed files for compilation"
echo ""
dnl
dnl generate files
dnl
echo -ne 'Generating files needed for compilation\n'
dnl ---------------------------------------------------------------------------
dnl Generate files
dnl ---------------------------------------------------------------------------
AC_OUTPUT(Makefile)
echo ""
echo "You are now ready to compile MPD"
echo "Type \"make\" to compile MPD"
echo 'MPD is ready for compilation, type "make" to begin.'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment