diff options
| author | Bruce Momjian | 1998-10-13 16:30:49 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-10-13 16:30:49 +0000 |
| commit | ecf145f492031afa8135a1cb6aed0f71772c961d (patch) | |
| tree | 7b71864112f1474c63659c3ba3c8c0a6c874a8aa /src/Makefile.global.in | |
| parent | 97f5547297cc61f447cc675cc64917c53a8a3994 (diff) | |
Remove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index d99aed5dec..19fe39fa95 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.48 1998/10/12 15:01:40 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.49 1998/10/13 16:30:45 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -136,15 +136,7 @@ KRBLIBS+= -lkrb5 -lcrypto -lcom_err -lisode endif endif -# -# location of Tcl/Tk headers and libraries -# -# Uncomment this to build the tcl utilities. USE_TCL= @USE_TCL@ -# customize these to your site's needs -# -#TCL_LIB= @TCL_LIB@ -#TK_LIB= @TK_LIB@ USE_PERL= @USE_PERL@ |
