Re: [BUGS] TCL, but not TK

2000-10-09 Thread Tom Lane
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

Re: [BUGS] TCL, but not TK

2000-10-09 Thread Bruce Momjian
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

[BUGS] TCL, but not TK

2000-10-09 Thread Mikhail Teterin
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