configure: make $TMPE executable

This is required on systems where the linker does not change
the permissions of an existing output file.
oldabi
Mans Rullgard 14 years ago
parent ec5f57192a
commit fb3c4ffc4b
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save