Bruce Momjian <[EMAIL PROTECTED]> writes:
> I don't think this would be of general use for users. Sorry.
>> The following patch adds --without-tk switch to 7.0.2's configure.
More to the point, Peter already put in exactly this switch ;-)
regards, tom lane
I don't think this would be of general use for users. Sorry.
> The following patch adds --without-tk switch to 7.0.2's configure.
> Currently, if the TK is present at build time, it will be linked
> in, which makes it more difficult to build on one's workstation and
> deploy on the X11-less serv
The following patch adds --without-tk switch to 7.0.2's configure.
Currently, if the TK is present at build time, it will be linked
in, which makes it more difficult to build on one's workstation and
deploy on the X11-less server, where TCL is still desirable.
This patches let you disable Tk even