* no error message without config.h
authorZdenek Kabelac <kabi@informatics.muni.cz>
Thu, 11 Apr 2002 20:21:57 +0000 (20:21 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Thu, 11 Apr 2002 20:21:57 +0000 (20:21 +0000)
Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 59271f5..7ded3fb 100755 (executable)
--- 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