Clarify comment.

Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-10 22:59:05 +00:00
parent 98f6dfa653
commit b7860763ca
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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