diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-10 22:59:05 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-10 22:59:05 +0000 |
commit | b7860763caf61f5973fbe124bcb8502822f5780e (patch) | |
tree | efbb4c396a23aaa0801e851c43552382519d04e1 /configure | |
parent | 98f6dfa6532e72068b89caaf1f9f3f076af46267 (diff) | |
download | ffmpeg-b7860763caf61f5973fbe124bcb8502822f5780e.tar.gz |
Clarify comment.
Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |