From: Mans Rullgard Date: Wed, 6 Oct 2010 14:54:35 +0000 (+0100) Subject: configure: make $TMPE executable X-Git-Tag: n0.8~1847 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=fb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75 configure: make $TMPE executable This is required on systems where the linker does not change the permissions of an existing output file. --- diff --git a/configure b/configure index 610041944f..fccb65b1ab 100755 --- a/configure +++ b/configure @@ -1822,6 +1822,8 @@ tmpfile TMPASM .asm unset -f mktemp +chmod +x $TMPE + # make sure we can execute files in $TMPDIR cat > $TMPSH 2>> $logfile <