aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-12 15:01:40 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-12 15:01:40 +0000
commit5d79f26e5b810f963ba4fb5abb0f4c45320bdb39 (patch)
tree8d5ddaf59779f21ae193a23c5fc4c5b985e04e75 /src
parentaf7e03997bc21cd7397dd23862bf3f93b6b5617f (diff)
downloadpostgresql-5d79f26e5b810f963ba4fb5abb0f4c45320bdb39.tar.gz
postgresql-5d79f26e5b810f963ba4fb5abb0f4c45320bdb39.zip
No more TCL_LIB>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 08db7e62610..d99aed5dec8 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.47 1998/10/07 06:38:28 thomas Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.48 1998/10/12 15:01:40 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -143,8 +143,8 @@ endif
USE_TCL= @USE_TCL@
# customize these to your site's needs
#
-TCL_LIB= @TCL_LIB@
-TK_LIB= @TK_LIB@
+#TCL_LIB= @TCL_LIB@
+#TK_LIB= @TK_LIB@
USE_PERL= @USE_PERL@