Skip to content

Commit 394f799

Browse files
committed
Turn *off* TCL by default
1 parent d0f8a6c commit 394f799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.1 1996/08/19 13:46:05 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.2 1996/08/19 18:37:09 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -208,7 +208,7 @@ endif
208208
# location of Tcl/Tk headers and libraries
209209
#
210210
# Uncomment this to build the tcl utilities.
211-
USE_TCL= true
211+
# USE_TCL= true
212212
# customize these to your site's needs
213213
#
214214
TCL_INCDIR= /home/tools/include

0 commit comments

Comments
 (0)