configure: accept $TMP as location for temporary files

Originally committed as revision 16386 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2008-12-29 12:55:28 +00:00
parent a49d42c24e
commit c51fafa13f
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1279,6 +1279,7 @@ set_default host_cc
# set temporary file name
: ${TMPDIR:=$TEMPDIR}
: ${TMPDIR:=$TMP}
: ${TMPDIR:=/tmp}
TMPC="${TMPDIR}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.c"