aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 78a04d6fe0..8302ef95eb 100755
--- a/configure
+++ b/configure
@@ -138,7 +138,7 @@ _srcdir=`dirname $0`
if type mktemp > /dev/null 2>&1 ; then
TMPO=`mktemp /tmp/scummvm-conf.XXXXXXXXXX`
else
- TMPO=scummvm-conf
+ TMPO=./scummvm-conf
fi
TMPC=${TMPO}.cpp
TMPLOG=config.log