configure: Fix problem with linking on OS X 10.7.
authorCamillo Lugaresi <camillo.lugaresi@gmail.com>
Tue, 2 Aug 2011 02:31:53 +0000 (04:31 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Aug 2011 18:47:50 +0000 (20:47 +0200)
commit0b5dcbafea44bf68ec72494cc9f2c6f2dbb2cd16
tree9864c80505b8692d5d9a1f3aebe9923f9d1eba47
parent23c8704cb50818a0cdb586e9ae43e391e52c23c3
configure: Fix problem with linking on OS X 10.7.

Some of the new link commands in the latest ld appear to be buggy and cause
bus error while initializing libSystem. Fixed by reverting to 10.6 linking
behavior.
configure
configure.ac