configure: On Mac OS X, always specify target architecture to the dev tools.
authorKen Thomases <ken@codeweavers.com>
Sat, 2 May 2009 03:59:52 +0000 (22:59 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 May 2009 10:51:52 +0000 (12:51 +0200)
commit42664338686f4d5237cefede8e9a0a5cb6011d1d
tree3052430314ed136aee6d8bea0745089da75fa047
parent0e0e918f0f60ebe3e0f6f11b44473853c625ba33
configure: On Mac OS X, always specify target architecture to the dev tools.

Fixes building on Snow Leopard.  Mac OS X doesn't have a concept of one
bit-ness being "native".  So, which architecture gets built is somewhat
arbitrary.  On Snow Leopard, the tools have changed to default to building
64-bit, which causes us problems.  So, just always be explicit.
configure
configure.ac