Closed Bug 330118 Opened 18 years ago Closed 18 years ago

patch to configure.in fixing bug 327158 breaks configure on Solaris

Categories

(Firefox Build System :: General, defect)

Other
Other
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: trentm, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: 

Bug 327158 added this to configure.in:

   if test "$OS_ARCH" == "WINCE"; then

which results in this error on Solaris:

   .../mozilla/configure: test: unknown operator ==
   make[1]: *** [configure] Error 1

Fix is just to change the operator to "=". I'll put up a patch.

Reproducible: Always
thanks for the patch trentm; and sorry for the bustage.

Checking in configure.in;
/cvsroot/mozilla/configure.in,v  <--  configure.in
new revision: 1.1503.2.41; previous revision: 1.1503.2.40
done
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment on attachment 214752 [details] [diff] [review]
patch to configure.in on MOZILLA_1_8_BRANCH to fix solaris build

Doug has checked in this patch, so I'm removing the review request.
Attachment #214752 - Flags: review?(dougt)
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: