OSDN Git Service

* solaris does not support -q
authorZdenek Kabelac <kabi@informatics.muni.cz>
Tue, 16 Apr 2002 19:52:04 +0000 (19:52 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Tue, 16 Apr 2002 19:52:04 +0000 (19:52 +0000)
Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2bcd3a0..a568939 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 2>&1
+diff $TMPH config.h >/dev/null 2>&1
 if test $? -ne 0 ; then
        mv -f $TMPH config.h
 else