Mercurial > mplayer.hg
changeset 35323:dce5baccd71b
Set TMPEXE only after OS detection.
author | reimar |
---|---|
date | Sat, 10 Nov 2012 17:06:26 +0000 |
parents | 5265ba612957 |
children | 0967f7988a01 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Nov 10 16:12:22 2012 +0000 +++ b/configure Sat Nov 10 17:06:26 2012 +0000 @@ -1507,7 +1507,6 @@ TMPLOG="config.log" TMPC="$mplayer_tmpdir/tmp.c" TMPCPP="$mplayer_tmpdir/tmp.cpp" -TMPEXE="$mplayer_tmpdir/tmp$_exesuf" TMPH="$mplayer_tmpdir/tmp.h" TMPS="$mplayer_tmpdir/tmp.S" @@ -1722,6 +1721,8 @@ extra_cflags="-falign-loops=16 -shared-libgcc $extra_cflags" fi +TMPEXE="$mplayer_tmpdir/tmp$_exesuf" + echocheck "working compiler" cflag_check "" || die "Compiler is not functioning correctly. Check your installation and custom CFLAGS $CFLAGS ." echo "yes"