backport fix

This commit is contained in:
Pawel Kolodziejski 2008-06-24 17:17:56 +00:00
parent 6abbc560dc
commit 9e82664f86

2
configure vendored
View File

@ -82,7 +82,7 @@ _srcdir=`dirname $0`
# Determine a tmp file name, using mktemp(1) when available.
if type mktemp > /dev/null 2>&1 ; then
TMPO=`mktemp`
TMPO=`mktemp /tmp/scummvm-conf.XXXXXXXXXX`
else
TMPO=${_srcdir}/residual-conf
fi