From b7860763caf61f5973fbe124bcb8502822f5780e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Mar 2008 22:59:05 +0000 Subject: [PATCH] Clarify comment. Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c2330a9..f6f4e4c 100755 --- a/configure +++ b/configure @@ -2069,7 +2069,7 @@ enabled asmalign_pot && echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH -# Do not overwrite config.h if unchanged to avoid superfluous rebuilds. +# Do not overwrite an unchanged config.h to avoid superfluous rebuilds. cmp -s $TMPH config.h && echo "config.h is unchanged" || mv -f $TMPH config.h -- 2.7.4