summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-10 01:23:15 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-10 01:23:15 +0000
commitd0afb257b94245f365e048ba2288f31ff14fd693 (patch)
tree2f3839a3fbab07a94f9947e18cd0d47b6c2dae38 /configure
parentbe3f44df053cf5a18b63b235b05132b088fed11b (diff)
downloadmpv-d0afb257b94245f365e048ba2288f31ff14fd693.tar.bz2
mpv-d0afb257b94245f365e048ba2288f31ff14fd693.tar.xz
netbsd and/or lfs workaround (fixes a textbusy error)
(problem reported by Bernd Ernesti <mplayer@lists.veego.de>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6036 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c656527df6..1da7cab99b 100755
--- a/configure
+++ b/configure
@@ -31,7 +31,7 @@ cc_check() {
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG"
- > "$TMPO"
+ rm -f "$TMPO"
( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"