summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-10 22:59:05 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-10 22:59:05 +0000
commitb7860763caf61f5973fbe124bcb8502822f5780e (patch)
treeefbb4c396a23aaa0801e851c43552382519d04e1 /configure
parent98f6dfa6532e72068b89caaf1f9f3f076af46267 (diff)
downloadffmpeg-streaming-b7860763caf61f5973fbe124bcb8502822f5780e.zip
ffmpeg-streaming-b7860763caf61f5973fbe124bcb8502822f5780e.tar.gz
Clarify comment.
Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud