Improve the detection of architecture x86.

This fixes building on Debian GNU/Hurd.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/72/head
Andreas Cadhalpun 11 years ago committed by Michael Niedermayer
parent 5863207086
commit 0f17bc644c
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save