make sure we can create and execute files in $TMPDIR

Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-09-27 21:24:38 +00:00
parent 5b11e08171
commit be0d52ab78
1 changed files with 13 additions and 0 deletions

13
configure vendored
View File

@ -1110,6 +1110,19 @@ if test $tune != "generic"; then
esac
fi
# make sure we can execute files in $TMPDIR
cat >$TMPE 2>>$logfile <<EOF
#! /bin/sh
EOF
chmod +x $TMPE >>$logfile 2>&1
if ! $TMPE >>$logfile 2>&1; then
cat <<EOF
Unable to create and execute files in $TMPDIR1. Set the TMPDIR environment
variable to another directory.
EOF
die "Sanity test failed."
fi
# compiler sanity check
check_exec <<EOF
int main(){