From fb3c4ffc4b61a7fa6b1f2b53c931bde9d114db75 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Wed, 6 Oct 2010 15:54:35 +0100 Subject: [PATCH] configure: make $TMPE executable This is required on systems where the linker does not change the permissions of an existing output file. --- configure | 2 ++ 1 file changed, 2 insertions(+) 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 <