aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-04-11 20:21:57 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-04-11 20:21:57 +0000
commit9eafa60dded5f8fc8a008d0dc1286b95eec02d09 (patch)
tree6e71160d2e4640d77040c73b1e503886ead04172 /configure
parent045ed63f11981460b66178aa8a4207898ac754f8 (diff)
downloadffmpeg-9eafa60dded5f8fc8a008d0dc1286b95eec02d09.tar.gz
* no error message without config.h
Originally committed as revision 396 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 59271f5b1e..7ded3fb175 100755
--- a/configure
+++ b/configure
@@ -247,7 +247,7 @@ if [ "$simpleidct" = "yes" ]; then
echo "#define SIMPLE_IDCT 1" >> $TMPH
fi
-diff -q $TMPH config.h >/dev/null
+diff -q $TMPH config.h >/dev/null 2>&1
if test $? -ne 0 ; then
mv -f $TMPH config.h
else