Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.

Patch by Andrew Wason [rectalogic rectalogic com]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29717 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-09-25 16:46:39 +00:00
parent 3f9cacf5d5
commit ac8b90aec1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1520,7 +1520,7 @@ echo configuration: $_configuration > "$TMPLOG"
echo >> "$TMPLOG"
if x86 ; then
if test -z "$_target" && x86 ; then
cat > $TMPC << EOF
int main(void) {
int test[sizeof(char *)-7];