aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-21 04:08:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-21 04:08:17 +0000
commit93ad36fdc2b7ebe3147cb0003e14d9832ef4543e (patch)
tree5f0ff86d99a17d305dfcd67cd0ec93fd4996cf00
parent2a23229cb33014b4190624892cdd66c9c3e0127f (diff)
downloadpostgresql-93ad36fdc2b7ebe3147cb0003e14d9832ef4543e.tar.gz
postgresql-93ad36fdc2b7ebe3147cb0003e14d9832ef4543e.zip
USE_TCL should default to false, ntot true...
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 9fc924f6e84..55ffabe16f1 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.24 1996/08/21 04:03:32 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.25 1996/08/21 04:08:17 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -210,7 +210,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