configure: fix arch x86_32

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-01 14:46:18 +01:00
parent ee93363f8f
commit 078811d9e4
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2294,7 +2294,7 @@ case "$arch" in
arch="sparc"
subarch="sparc64"
;;
i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
arch="x86"
;;
esac