Clarify comment.
authorDiego Biurrun <diego@biurrun.de>
Mon, 10 Mar 2008 22:59:05 +0000 (22:59 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 10 Mar 2008 22:59:05 +0000 (22:59 +0000)
Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index c2330a9..f6f4e4c 100755 (executable)
--- 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