Closed
Bug 154256
Opened 24 years ago
Closed 24 years ago
configure has --disable-gtktest but configure still trys it.
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: george.r.goffe, Assigned: netscape)
Details
Howdy,
Here are my configure options. The problem is that configure still looks for gtk
stuff.
./configure --prefix=/usr/lsd/$osname --verbose \
--x-includes=/usr/openwin/include \
--x-libraries=/usr/openwin/lib \
--with-x \
--disable-gtktest
| Assignee | ||
Comment 1•24 years ago
|
||
Elaborate on "looks for gtk stuff". --disable-gtktest isn't meant to disable
the use of gtk at all. It just turns off that single runtime test that comes
standard with the gtk-config detection macros. If you want to disable all of
gtk, then you will have to specify --without-gtk and
--enable-default-toolkit=<something else> where something else could be xlib, qt
or gtk2 (not sure what state those various ports are in).
| Assignee | ||
Comment 2•24 years ago
|
||
Marking invalid for lack of additional info and because --disable-gtktest is not
intended to perform the function being reported. Verified that
--disable-gtktest does skip the runtime test though.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•