Closed
Bug 272260
Opened 20 years ago
Closed 20 years ago
missing comma in configure.in near --enable-cairo
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha6
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
|
810 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
[ --enable-cairo Enable Cairo-specific features (Canvas)]
MOZ_ENABLE_CAIRO=1,
MOZ_ENABLE_CAIRO= )
that first line misses a comma at the end| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #167352 -
Flags: review?(bsmedberg)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → mozilla1.8alpha6
Updated•20 years ago
|
Attachment #167352 -
Flags: review?(bsmedberg) → review+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in configure.in; /cvsroot/mozilla/configure.in,v <-- configure.in new revision: 1.1389; previous revision: 1.1388 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
There's also no AC_DEFINE for MOZ_ENABLE_CAIRO nor any line in config/autoconf.mk.in to make the AC_SUBST do anything.
You need to log in
before you can comment on or make changes to this bug.
Description
•