configure: disable cross compilation auto detection
commitcca0b196bac19dac82ba778ef5527ba0b9431925
authorwm4 <wm4@mplayer2.org>
Tue, 31 Jan 2012 18:36:16 +0000 (31 19:36 +0100)
committerUoti Urpala <uau@mplayer2.org>
Wed, 29 Feb 2012 21:49:43 +0000 (29 23:49 +0200)
tree9e7b9d943bc667d3afd7a016e6ec19749473c6e3
parent75bc1591e8be6c4f39e67dcaff8f1564ff4ffd02
configure: disable cross compilation auto detection

This didn't work very well when cross compiling from Linux to Windows:
it tries to execute an .exe file, which succeeds if wine is installed.
As consequence it detects "no" as result.

In general this won't work if emulation for the target architecture is
available. Remove it.
configure