Closed Bug 661403 Opened 13 years ago Closed 13 years ago

configure.in: fix MOZ_INSTALLER code w.r.t. confvars.sh

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

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-
Depends on: 689370
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)
Attachment #562609 - Flags: review?(ted.mielczarek) → review+
Keywords: checkin-needed
Whiteboard: [good first bug]
Blocks: 690369
Depends on: 557824
https://hg.mozilla.org/integration/mozilla-inbound/rev/547933c90c5f
Keywords: checkin-needed
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
https://hg.mozilla.org/mozilla-central/rev/547933c90c5f
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
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]
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: