From: Bruce Momjian Date: Mon, 12 Oct 1998 15:01:40 +0000 (+0000) Subject: No more TCL_LIB> X-Git-Tag: REL6_4_2~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d79f26e5b810f963ba4fb5abb0f4c45320bdb39;p=postgresql No more TCL_LIB> --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 08db7e6261..d99aed5dec 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@