From c51fafa13fca9fa4215600d74bbc178542040676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 29 Dec 2008 12:55:28 +0000 Subject: [PATCH] configure: accept $TMP as location for temporary files Originally committed as revision 16386 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 1a37c6dffe..6da00fe423 100755 --- a/configure +++ b/configure @@ -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"