Closed
Bug 2626
Opened 26 years ago
Closed 26 years ago
Toolkit hardcoded into autoconf.mk
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mcafee, Assigned: slamm)
Details
config/autoconf.mk
TK_MOTIF_LIBS should be TK_LIBS, so you don't have write
logic in your makefiles that says "If I'm Motif then use this one".
Just link in TK_LIBS and be done with it. Other variables need
to be reamed like this too, just picking on TK_MOTIF_LIBS.
Assignee | ||
Updated•26 years ago
|
Assignee: donm → slamm
Assignee | ||
Comment 1•26 years ago
|
||
I'm on this.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 2•26 years ago
|
||
I checked in a fix.
TK_MOTIF_CFLAGS and TK_GTK_CFLAGS are now just TK_CFLAGS.
TK_MOTIF_LIBS and TK_GTK_LIBS are now just TK_LIBS.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•