From ac8b90aec199f44694fd539b92a6baf531d7b654 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 25 Sep 2009 16:46:39 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index daa8c339f1..ccb45d5d4d 100755 --- a/configure +++ b/configure @@ -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];