We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 530

Summary: Altivec check in configure broken
Product: SDL Reporter: Christian Walther <cwalther>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: PowerPC   
OS: Mac OS X 10.4 (PPC)   
Attachments: proposed patch

Description Christian Walther 2007-12-29 13:30:04 UTC
Due some forgotten 'CFLAGS="$save_CFLAGS"' lines in the MMX etc. tests, the CFLAGS for those accumulate and cause the checks for Altivec to fail when compiling for PPC, resulting in SDL_ALTIVEC_BLITTERS not being defined in SDL_config.h. This is fixed by the attached patch.

(This is probably why bug 529 went unnoticed by those who use configure/make rather than Xcode as I do.)
Comment 1 Christian Walther 2007-12-29 13:30:37 UTC
Created attachment 239 [details]
proposed patch
Comment 2 Sam Lantinga 2007-12-29 14:14:08 UTC
This is fixed with revision 3498.  Thanks!