Closed
Bug 436981
Opened 17 years ago
Closed 15 years ago
configure detects x86_64 linux as x86
Categories
(Directory :: LDAP C SDK, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
(deleted),
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
Current "configure" detects x86_64 linux as x86 linux incorrectly.
#./configure
:
:
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
:
:
After running configure, check CPU_ARCH in config/autoconf.mk
:
CPU_ARCH = x86
:
Assignee | ||
Updated•17 years ago
|
Attachment #323488 -
Flags: review?(mcs)
Comment 1•16 years ago
|
||
Please ask Rich to review (added to the bug CC).
Assignee | ||
Updated•16 years ago
|
Attachment #323488 -
Flags: review?(mcs) → review?(richm)
Comment 2•15 years ago
|
||
Rich could you review this, if that still need to checked in.
Comment 3•15 years ago
|
||
ok, looks good. Need someone else to set the review+ flag since I cannot.
Comment 4•15 years ago
|
||
Dan this is also reviewed, but need to set flag and check in I suppose.
Comment 5•15 years ago
|
||
Comment on attachment 323488 [details] [diff] [review]
a patch for configure.in
Setting r+ on behalf of Rich based on comment 3.
I'll check this in in a while.
Attachment #323488 -
Flags: review?(richm) → review+
Comment 6•15 years ago
|
||
Checking in directory/c-sdk/configure.in;
/cvsroot/mozilla/directory/c-sdk/configure.in,v <-- configure.in
new revision: 5.71; previous revision: 5.70
done
Also synced configure:
Checking in directory/c-sdk/configure;
/cvsroot/mozilla/directory/c-sdk/configure,v <-- configure
new revision: 5.77; previous revision: 5.76
done
This bug is now fixed, I'm looking at getting comm-central to pick it up in bug 520476.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•