1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Add an empty line in front of configure debug instructions.

This makes the actual error message that configure prints be more noticeable.

Originally committed as revision 18308 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-04-02 08:02:32 +00:00
parent b4df97365f
commit d326cf7f8f

1
configure vendored
View File

@ -241,6 +241,7 @@ echolog(){
die(){ die(){
echolog "$@" echolog "$@"
cat <<EOF cat <<EOF
If you think configure made a mistake, make sure you are using the latest If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the version from SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.