diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-10-15 15:58:16 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-10-15 15:58:16 +0000 |
| commit | 01cdd04731f180ee0dc685386f2a4490fdcfd80d (patch) | |
| tree | 173ae175e4fdac27ad72183e6b3b1fd69c74800c /src/Makefile.global.in | |
| parent | 3c4e2bc9be076805dfc2561628aa575f1c8db0cf (diff) | |
| download | postgresql-01cdd04731f180ee0dc685386f2a4490fdcfd80d.tar.gz | |
TCL/TK fixes from Billy G. Allie.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 9df55d2433..2492c9394a 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.50 1998/10/14 16:02:10 thomas Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.51 1998/10/15 15:58:12 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -136,7 +136,11 @@ KRBLIBS+= -lkrb5 -lcrypto -lcom_err -lisode endif endif +# +# Please do not edit USE_TCL and USE_TK by hand. +# USE_TCL= @USE_TCL@ +USE_TK= @USE_TK@ USE_PERL= @USE_PERL@ |
