[MPlayer-cvslog] r35417 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Nov 10 18:06:27 CET 2012


Author: reimar
Date: Sat Nov 10 18:06:26 2012
New Revision: 35417

Log:
Set TMPEXE only after OS detection.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Nov 10 17:12:22 2012	(r35416)
+++ trunk/configure	Sat Nov 10 18:06:26 2012	(r35417)
@@ -1507,7 +1507,6 @@ mkdir $mplayer_tmpdir || die "Unable to 
 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 @@ if darwin && test "$cc_vendor" != "clang
   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"


More information about the MPlayer-cvslog mailing list