From: Andre Noll Date: Thu, 15 Feb 2007 16:34:00 +0000 (+0100) Subject: configure.ac: Detect os type, add -Wl,-bind_at_load to oggvorbis ld flags on Darwin. X-Git-Tag: v0.2.15~3 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=45d9984d5a3e475ece85210928958d7cb6f19864;hp=45d9984d5a3e475ece85210928958d7cb6f19864;p=paraslash.git configure.ac: Detect os type, add -Wl,-bind_at_load to oggvorbis ld flags on Darwin. This gets rid of zillions of warnings of the kind ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used on Mac OS X (10.4.6) ---