]> granicus.if.org Git - postgresql/commitdiff
comment out USE_TCL...having USE_TCL=true seems to imply that you
authorMarc G. Fournier <scrappy@hub.org>
Thu, 25 Jul 1996 00:30:02 +0000 (00:30 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 25 Jul 1996 00:30:02 +0000 (00:30 +0000)
have to have TCL to use postgres95, which you don't

src/Makefile.global

index 74841edb658832984f7f1c7b5b03e0cb95da92e4..5815c6cbc8a814b371bc4aae37a5b7bad99a8938 100644 (file)
@@ -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