summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-19 18:37:09 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-19 18:37:09 +0000
commit394f7990a00f8c7100ca699c92ca7a66583f74f6 (patch)
tree500f46974a2e91c8ae63acc8d6cfe4de93470d7c
parentd0f8a6c4e8e0f11d66f466f78b457e187899820b (diff)
Turn *off* TCL by default
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 614fdb7e3cb..2f4a6fbbda3 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.1 1996/08/19 13:46:05 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.2 1996/08/19 18:37:09 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -208,7 +208,7 @@ endif
# location of Tcl/Tk headers and libraries
#
# Uncomment this to build the tcl utilities.
-USE_TCL= true
+# USE_TCL= true
# customize these to your site's needs
#
TCL_INCDIR= /home/tools/include