From: Måns Rullgård Date: Wed, 27 Sep 2006 21:24:38 +0000 (+0000) Subject: make sure we can create and execute files in $TMPDIR X-Git-Tag: v0.5~11741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be0d52ab7875f91d783feba3ea12f338dfd08d45;p=platform%2Fupstream%2Flibav.git make sure we can create and execute files in $TMPDIR Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 12fd3c5..9fa4058 100755 --- a/configure +++ b/configure @@ -1110,6 +1110,19 @@ if test $tune != "generic"; then esac fi +# make sure we can execute files in $TMPDIR +cat >$TMPE 2>>$logfile <>$logfile 2>&1 +if ! $TMPE >>$logfile 2>&1; then + cat <