summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-29 13:04:30 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-29 13:04:30 +0000
commit68300911a0d1237015f01d989fe12bc29726ad0c (patch)
treef9de55ab29e760bfec266b2388a3b14d45c6b0cd /configure
parenta7c6aa73fe5cbcc16c28a22da3a9bc29e2471e3a (diff)
Many systems have TEMPDIR mounted noexec, warn about this.
Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 6380eee745..d5bd7b4ee5 100755
--- a/configure
+++ b/configure
@@ -1137,7 +1137,8 @@ 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.
+variable to another directory and make sure that $TMPDIR1 is not mounted
+noexec.
EOF
die "Sanity test failed."
fi