diff configure @ 6035:2f1dc330d566

netbsd and/or lfs workaround (fixes a textbusy error) (problem reported by Bernd Ernesti <mplayer@lists.veego.de>)
author pl
date Fri, 10 May 2002 01:23:15 +0000
parents 5a3998758b13
children 5d543521dd06
line wrap: on
line diff
--- a/configure	Thu May 09 17:28:09 2002 +0000
+++ b/configure	Fri May 10 01:23:15 2002 +0000
@@ -31,7 +31,7 @@
   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"