summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2010-10-06 15:54:35 +0100
committerMans Rullgard <mans@mansr.com>2011-01-18 20:48:24 +0000
commitfb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75 (patch)
tree50e3ef4eb84a368b1c7d3dcf5111f51f2a0e8cf5 /configure
parentec5f57192aa46435eb0ade1b052d05fc28fd7886 (diff)
configure: make $TMPE executable
This is required on systems where the linker does not change the permissions of an existing output file.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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 <<EOF
#! /bin/sh