Closed
Bug 139895
Opened 23 years ago
Closed 23 years ago
typo in configure.in for sys/bittypes.h test, should be sys/bitypes.h
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.1alpha
People
(Reporter: tim, Assigned: netscape)
References
Details
(Apologies if this bug has been reported before. I tried to search bugzilla,
but because of the bug I reported previously, Bug # 94734, searching bugzilla
crashes the 0.9.9 mozilla I'm running).
For the first time, I'm attempting to build mozilla from source. I have 1.0.rc1
source code.
While running configure, I noticed that configure checks for `sys/bittypes.h'.
I believe that's a typo, and should be sys/bitypes.h. I know of no UNIX system
(and I have access to OSF/1, Solaris, HP-UX, AIX, IRIX, Linux, and FreeBSD) that
has a sys/bittypes.h, but OSF/1 has sys/bitypes.h, and any system that has BIND
8.x header files will have a sys/bitypes.h somewhere.
sys/bitypes.h is useful on OSF/1 because that's where many of the typedefs are
for the "sized" types, e.g. u_int8_t, int8_t, u_int32_t, int32_t, etc.
Assignee | ||
Comment 1•23 years ago
|
||
Yep, that's a typo.
-AC_CHECK_HEADERS(sys/bittypes.h memory.h unistd.h)
+AC_CHECK_HEADERS(sys/bitypes.h memory.h unistd.h)
Blocks: 134348
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Comment 2•23 years ago
|
||
r=bryner
Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0
Whiteboard: [fixed on trunk]
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Whiteboard: [fixed on trunk] → [fixed on trunk][drivers queue]
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Assignee | ||
Comment 3•23 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: [fixed on trunk][drivers queue]
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•