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
This commit is contained in:
Ryan C. Gordon 2006-02-27 01:32:12 +00:00
parent e7188c1d7c
commit 5e4bf29fa7

View file

@ -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)