Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1444:12113661052d | 1445:0133f0ca5de7 |
---|---|
2218 CheckX11 | 2218 CheckX11 |
2219 CheckMacGL | 2219 CheckMacGL |
2220 CheckOpenGLX11 | 2220 CheckOpenGLX11 |
2221 CheckPTHREAD | 2221 CheckPTHREAD |
2222 CheckAltivec | 2222 CheckAltivec |
2223 | |
2224 # Need this or things might misbuild on a G3. | |
2225 BUILD_CFLAGS="$BUILD_CFLAGS -force_cpusubtype_ALL" | |
2226 | |
2223 # Set up files for the audio library | 2227 # Set up files for the audio library |
2224 if test x$enable_audio = xyes; then | 2228 if test x$enable_audio = xyes; then |
2225 AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO) | 2229 AC_DEFINE(SDL_AUDIO_DRIVER_COREAUDIO) |
2226 SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c" | 2230 SOURCES="$SOURCES $srcdir/src/audio/macosx/*.c" |
2227 AC_DEFINE(SDL_AUDIO_DRIVER_SNDMGR) | 2231 AC_DEFINE(SDL_AUDIO_DRIVER_SNDMGR) |