[Ffmpeg-cvslog] CVS: ffmpeg configure,1.254,1.255

Diego Biurrun CVS diego
Mon Feb 13 23:50:02 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv13702

Modified Files:
	configure 
Log Message:
Use != instead of -ne in test invocations for greater portability.
patch by Michel Bardiaux, mbardiaux XatX mediaxim XdotX be 


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- configure	13 Feb 2006 22:46:28 -0000	1.254
+++ configure	13 Feb 2006 22:50:00 -0000	1.255
@@ -1941,7 +1941,7 @@
 
 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
 diff $TMPH config.h >/dev/null 2>&1
-if test $? -ne 0 ; then
+if test "$?" != "0" ; then
         mv -f $TMPH config.h
 else
         echo "config.h is unchanged"





More information about the ffmpeg-cvslog mailing list