CVS: main configure,1.66,1.67
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv10022/main Modified Files: configure Log Message: Arghhhh, again ... Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -r1.66 -r1.67 *** configure 2001/06/05 02:26:55 1.66 --- configure 2001/06/05 02:36:12 1.67 *************** *** 474,478 **** echo echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2 ! rm -f $TMPC $TMPO exit fi --- 474,478 ---- echo echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2 ! rm -f $TMPC $TMPO $TMPS exit fi *************** *** 483,487 **** $_cc $TMPC -o $TMPO -lpthread &> /dev/null || \ ! { echo "Lib pthread not found."; rm -f $TMPC $TMPO ; exit 1; } # Atmosfear: added SDL versioncheck and autodetect; removed warnings. --- 483,487 ---- $_cc $TMPC -o $TMPO -lpthread &> /dev/null || \ ! { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; } # Atmosfear: added SDL versioncheck and autodetect; removed warnings. *************** *** 862,865 **** --- 862,866 ---- echo "failed" echo "Please upgrade binutils..." # to which version? - Atmos + rm -f $TMPS $TMPO $TMPC exit fi *************** *** 1446,1447 **** --- 1447,1451 ---- fi + # Last move: + + rm -f $TMPO $TMPC $TMPS _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Gabor Lenart