# HG changeset patch # User Ryan C. Gordon # Date 1141003932 0 # Node ID 0133f0ca5de7b0f5ec4fe1a81ca9d9db909759e8 # Parent 12113661052d42cbb15251d6e50c4a7e39537252 Need this or things might misbuild on G3 Mac OS, I think. Potentially fixes Bugzilla #148. diff -r 12113661052d -r 0133f0ca5de7 configure.in --- a/configure.in Sun Feb 26 19:46:17 2006 +0000 +++ b/configure.in Mon Feb 27 01:32:12 2006 +0000 @@ -2220,6 +2220,10 @@ CheckOpenGLX11 CheckPTHREAD CheckAltivec + + # Need this or things might misbuild on a G3. + BUILD_CFLAGS="$BUILD_CFLAGS -force_cpusubtype_ALL" + # Set up files for the audio library if test x$enable_audio = xyes; then AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO)