[Ffmpeg-cvslog] r7040 - trunk/configure

mru subversion
Tue Nov 14 03:42:27 CET 2006


Author: mru
Date: Tue Nov 14 03:42:27 2006
New Revision: 7040

Modified:
   trunk/configure

Log:
simplify


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 14 03:42:27 2006
@@ -2051,8 +2051,7 @@
 done
 
 # Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
-diff $TMPH config.h >/dev/null 2>&1
-if test "$?" != "0" ; then
+if ! cmp -s $TMPH config.h; then
         mv -f $TMPH config.h
 else
         echo "config.h is unchanged"




More information about the ffmpeg-cvslog mailing list