summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-05-26 18:07:55 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-27 16:28:04 +0200
commit0f17bc644c4af0f9e0fab714fadf4f4f02140a0e (patch)
treeaa012858e89912397621a3a143e25ffbe75d7452
parent58632070866a529913355df1d9c7cc71fa91ffde (diff)
Improve the detection of architecture x86.
This fixes building on Debian GNU/Hurd. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index faaee7f715..d4febe813d 100755
--- a/configure
+++ b/configure
@@ -3538,7 +3538,7 @@ case "$arch" in
tilegx|tile-gx)
arch="tilegx"
;;
- i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
+ i[3-6]86*|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
arch="x86"
;;
esac