From d326cf7f8f5b2ae5b46dfd159bb8c9359eda4056 Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Thu, 2 Apr 2009 08:02:32 +0000 Subject: [PATCH] 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 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 72138f448af..6ae7a00f83f 100755 --- a/configure +++ b/configure @@ -241,6 +241,7 @@ echolog(){ die(){ echolog "$@" cat <<EOF + 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 ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. -- GitLab