Bug 4817

Summary: the test for mmx_capable should use "==" instead of "="
Product: xorg Reporter: George - <fufutos610>
Component: Build/ModularAssignee: Donnie Berkholz <dberkholz>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description George - 2005-10-19 19:25:28 UTC
i.e. "__GNUC__ = 3" to "__GNUC__ == 3"

can you also use "gcc -E" instead of "cpp", 
for example I have new gcc and old cpp.
Comment 1 Adam Jackson 2005-10-20 12:58:47 UTC
what source file is this bug in?
Comment 2 George - 2005-10-20 13:03:11 UTC
(In reply to comment #1)
> what source file is this bug in?

xserver/xorg/configure.ac

(it's for the MMX operations in fb)
Comment 3 Donnie Berkholz 2005-10-20 15:39:49 UTC
This came from an overly broad commit to portable-ize things.
Comment 4 Donnie Berkholz 2005-10-20 15:41:33 UTC
Fixed, thanks!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.