From 5e4bf29fa74e0e9815ef4e46331e489048e673af Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 27 Feb 2006 01:32:12 +0000 Subject: [PATCH] Need this or things might misbuild on G3 Mac OS, I think. Potentially fixes Bugzilla #148. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401449 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 6765be4c0..47af4ce51 100644 --- a/configure.in +++ b/configure.in @@ -2220,6 +2220,10 @@ case "$target" in 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)