We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7e039 commit 5d79f26Copy full SHA for 5d79f26
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -143,8 +143,8 @@ endif
143
USE_TCL= @USE_TCL@
144
# customize these to your site's needs
145
146
-TCL_LIB= @TCL_LIB@
147
-TK_LIB= @TK_LIB@
+#TCL_LIB= @TCL_LIB@
+#TK_LIB= @TK_LIB@
148
149
USE_PERL= @USE_PERL@
150
0 commit comments