Closed
Bug 661403
Opened 14 years ago
Closed 14 years ago
configure.in: fix MOZ_INSTALLER code w.r.t. confvars.sh
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
Attachments
(1 file)
{
case "$target_os" in
aix*|solaris*|linux*|mingw*|os2*)
MOZ_INSTALLER=1
;;
esac
}
should be before confvars.sh call, not after.
Flags: in-testsuite-
| Assignee | ||
Comment 1•14 years ago
|
||
I was going to move this block up,
but bug 557824 made MOZ_INSTALLER=1 as default,
then this block can just be removed.
(That bug should have done this.)
Assignee: nobody → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #562609 -
Flags: review?(ted.mielczarek)
Updated•14 years ago
|
Attachment #562609 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Whiteboard: [good first bug]
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
| Assignee | ||
Updated•14 years ago
|
Attachment #562609 -
Attachment description: (Av1) Remove a redundant and misplaced MOZ_INSTALLER=1 block → (Av1) Remove a redundant and misplaced MOZ_INSTALLER=1 block
[Checked in: Comment 3]
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•