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 - Altivec check in configure broken
Summary: Altivec check in configure broken
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: PowerPC Mac OS X 10.4 (PPC)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-29 13:30 UTC by Christian Walther
Modified: 2007-12-29 14:14 UTC (History)
0 users

See Also:


Attachments
proposed patch (1.05 KB, patch)
2007-12-29 13:30 UTC, Christian Walther
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!