From e155a21ad7b87d96c3731728416d891e6d951cf8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 25 Mar 2008 15:10:26 +0000 Subject: [PATCH] Invert logging variable logic so that it works without setting a default. Originally committed as revision 12585 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 7fb040de01..f9d418e52c 100755 --- a/configure +++ b/configure @@ -205,15 +205,15 @@ 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. EOF - if enabled logging; then + if disabled logging; then cat <$logfile set >>$logfile