OSDN Git Service

Many systems have TEMPDIR mounted noexec, warn about this.
authorDiego Biurrun <diego@biurrun.de>
Sun, 29 Oct 2006 13:04:30 +0000 (13:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 29 Oct 2006 13:04:30 +0000 (13:04 +0000)
Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 6380eee..d5bd7b4 100755 (executable)
--- 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