Mercurial > sdl-ios-xcode
diff configure.in @ 1445:0133f0ca5de7
Need this or things might misbuild on G3 Mac OS, I think.
Potentially fixes Bugzilla #148.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 27 Feb 2006 01:32:12 +0000 |
parents | 1f4f09641645 |
children | b7184889c1cb |
line wrap: on
line diff
--- 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)