Closed
Bug 705466
Opened 14 years ago
Closed 14 years ago
Use MOZ_CHECK_HEADERS to check for cpuid.h
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
|
7.70 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
We currently use __GNUC__ and __GNUC_MINOR__, which fails for clang.
While this bug depends on 705461 for check-in, it should be trivial to review in parallel, so *please* don't wait for that one to be closed first :-)
Attachment #577091 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Comment 1•14 years ago
|
||
Now that 705461 landed, a try is at
https://tbpl.mozilla.org/?tree=Try&rev=1613612988ac
Comment 2•14 years ago
|
||
Comment on attachment 577091 [details] [diff] [review]
Use MOZ_CHECK_HEADERS to check for cpuid.h
Review of attachment 577091 [details] [diff] [review]:
-----------------------------------------------------------------
::: build/autoconf/mozcommonheader.m4
@@ +42,5 @@
> + MOZ_CHECK_HEADERS(gnu/libc-version.h nl_types.h)
> + MOZ_CHECK_HEADERS(malloc.h)
> + MOZ_CHECK_HEADERS(X11/XKBlib.h)
> + MOZ_CHECK_HEADERS(io.h)
> + MOZ_CHECK_HEADERS(cpuid.h)
Can you either move these all into one MOZ_CHECK_HEADERS invocation, or move it to one-header-per-invocation? The mix here is weird (and probably historical).
Attachment #577091 -
Flags: review?(ted.mielczarek) → review+
Updated•14 years ago
|
Assignee: nobody → respindola
| Assignee | ||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•