Closed
Bug 6510
Opened 26 years ago
Closed 26 years ago
configure script reading glib CFLAGS from gtk-config
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
M7
People
(Reporter: ms, Assigned: briano)
Details
Build configure script is getting CFLAGS for glib from gtk-config. gtk-config is
hard-wired, but it gets the glib info when built. Having it read glib-conifg
would be better even though glib-config is hardwired too. A fix to read from
glib-config AND gtk-config would allow for strange configs where glib and gtk
were installed by different package methods (source and RPM etc.).
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 1•26 years ago
|
||
I'll look into this when I have time. I can imagine perhaps
expanding TK_CFLAGS to use GLIB_CFLAGS and GTK_CFLAGS, but I'll
have to dig into it first to see what'll make sense.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
It looks to me like we're picking up the correct set of flags --
GTK_CFLAGS directly, and GLIB_CFLAGS indirectly via LIBIDL_CFLAGS.
So..., I _think_ this ought to be no longer an issue. Please feel
free to reopen the bug if I'm just an idiot.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•