Clean up all tmps on mingw

svn-id: r13799
This commit is contained in:
Travis Howell 2004-05-06 10:31:01 +00:00
parent e78421b66c
commit fe2f4382fb

4
configure vendored
View File

@ -67,7 +67,7 @@ cc_check() {
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
echo "$CXX $TMPC -o $TMPO $@" >> "$TMPLOG"
rm -f "$TMPO"
rm -f "$TMPO$EXEEXT"
( $CXX "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
@ -853,7 +853,7 @@ else
_def_mpeg2='#undef USE_MPEG2'
fi
echo "$_mpeg2"
rm -f $TMPC $TMPO
rm -f $TMPC $TMPO$EXEEXT
#
# figure out installation directories