changeset 35370:0d21157bb374

Fix auto-detection of MinGW as compile target.
author reimar
date Fri, 23 Nov 2012 20:33:22 +0000
parents dac86d3464e2
children af0fccca2dd7
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Nov 23 19:26:01 2012 +0000
+++ b/configure	Fri Nov 23 20:33:22 2012 +0000
@@ -1509,6 +1509,8 @@
 TMPCPP="$mplayer_tmpdir/tmp.cpp"
 TMPH="$mplayer_tmpdir/tmp.h"
 TMPS="$mplayer_tmpdir/tmp.S"
+# We will update this later once we know the executable suffix
+TMPEXE="$mplayer_tmpdir/tmp"
 
 rm -f "$TMPLOG"
 echo configuration: $configuration > "$TMPLOG"