build: better host_arch() definition in configure
authorNathan Rajlich <nathan@tootallnate.net>
Mon, 20 Feb 2012 20:27:07 +0000 (12:27 -0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 20 Feb 2012 21:14:23 +0000 (22:14 +0100)
commit19133cac029c6641e94f7f2e7fbce92c859e3846
tree261e07edd639c0b74dcd70b7b698671be24ce82b
parentda908364a8ece7186f408eb1307ecf54ac2a76a7
build: better host_arch() definition in configure

On one of my OS X Lion machines, it always reports i386, even though 64-bit
is supported. This lookup better matches how WAF determines the host arch,
which was correctly getting 64-bit even on this screwy machine.
configure