summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 02:36:12 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 02:36:12 +0000
commit6edb3b5eada0f043a256ca9e3bfa71d64a076bce (patch)
tree13ff7a1e92eb089074e9f154e973f9c026d4e38d /configure
parent460fac74621a6de84f8a66c1dbb164049c9c498b (diff)
downloadmpv-6edb3b5eada0f043a256ca9e3bfa71d64a076bce.tar.bz2
mpv-6edb3b5eada0f043a256ca9e3bfa71d64a076bce.tar.xz
Arghhhh, again ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1022 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index f921e8f716..2d48d80e41 100755
--- a/configure
+++ b/configure
@@ -473,7 +473,7 @@ fi
if [ "$proc" = "error" ]; then
echo
echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2
- rm -f $TMPC $TMPO
+ rm -f $TMPC $TMPO $TMPS
exit
fi
#echo "DONE (${proc})."
@@ -482,7 +482,7 @@ fi
$_cc $TMPC -o $TMPO -lvgagl -lvga &> /dev/null && _svga=yes
$_cc $TMPC -o $TMPO -lpthread &> /dev/null || \
- { echo "Lib pthread not found."; rm -f $TMPC $TMPO ; exit 1; }
+ { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; }
# Atmosfear: added SDL versioncheck and autodetect; removed warnings.
_sdl=no
@@ -861,6 +861,7 @@ if test "$as_verc_fail" != "yes"; then
else
echo "failed"
echo "Please upgrade binutils..." # to which version? - Atmos
+ rm -f $TMPS $TMPO $TMPC
exit
fi
@@ -1445,3 +1446,6 @@ else
echo "Ok, Win32 codecs directory at $_win32libdir already exists."
fi
+# Last move:
+
+rm -f $TMPO $TMPC $TMPS