aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-25 00:30:02 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-25 00:30:02 +0000
commit7920dce9f92507f21d5c3f99dcce6f9152d43247 (patch)
treeff0b4334e57a00484d60c0b1318c1f7b43bf299b /src
parent2f19e2894091d0b6e7669aad0df97d192520ecef (diff)
downloadpostgresql-7920dce9f92507f21d5c3f99dcce6f9152d43247.tar.gz
postgresql-7920dce9f92507f21d5c3f99dcce6f9152d43247.zip
comment out USE_TCL...having USE_TCL=true seems to imply that you
have to have TCL to use postgres95, which you don't
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 74841edb658..5815c6cbc8a 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.12 1996/07/25 00:19:42 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.13 1996/07/25 00:30:02 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -214,7 +214,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= /usr/local/devel/tcl7.4/include