configure: make $TMPE executable

This is required on systems where the linker does not change
the permissions of an existing output file.
This commit is contained in:
Mans Rullgard 2010-10-06 15:54:35 +01:00
parent ec5f57192a
commit fb3c4ffc4b
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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 <<EOF
#! /bin/sh