Bug 4817 - the test for mmx_capable should use "==" instead of "="
Summary: the test for mmx_capable should use "==" instead of "="
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Donnie Berkholz
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 19:25 UTC by George -
Modified: 2005-10-19 22:41 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.