diff options
| -rwxr-xr-x | configure | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -129,10 +129,10 @@ _srcdir=`dirname $0`  if type mktemp > /dev/null 2>&1 ; then  	TMPO=`mktemp /tmp/scummvm-conf.XXXXXXXXXX`  else -	TMPO=${_srcdir}/scummvm-conf +	TMPO=scummvm-conf  fi  TMPC=${TMPO}.cpp -TMPLOG=${_srcdir}/config.log +TMPLOG=config.log  # For cross compiling  _host="" | 
