Mercurial > mplayer.hg
changeset 31530:7d89580568a7
config.log belongs into mplayer's root directory, not into the tmp directory
author | attila |
---|---|
date | Thu, 01 Jul 2010 16:51:46 +0000 |
parents | ddedbe455bae |
children | eaf15344b19d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jul 01 16:48:03 2010 +0000 +++ b/configure Thu Jul 01 16:51:46 2010 +0000 @@ -1545,7 +1545,7 @@ mplayer_tmpdir="$tmpdir/mplayer-configure-$RANDOM-$$" mkdir $mplayer_tmpdir || die "Unable to create tmpdir." -TMPLOG="$mplayer_tmpdir/config.log" +TMPLOG="config.log" TMPC="$mplayer_tmpdir/tmp.c" TMPCPP="$mplayer_tmpdir/tmp.cpp" TMPEXE="$mplayer_tmpdir/tmp$_exesuf"