diff options
author | Bruce Momjian | 1999-11-02 04:45:47 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-11-02 04:45:47 +0000 |
commit | b26f6b9910920254d62fcdfcc2beaa17959a761d (patch) | |
tree | 6e6fbc920e2ffc211720ab5257df7d94dc74bf49 | |
parent | 17f7bedaaf1886d00256d850bb64d6fd37c54157 (diff) |
Fix for perl5.
-rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index c9622a1d60..c0cac0c635 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.56.2.2 1999/10/31 19:56:33 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56.2.3 1999/11/02 04:45:47 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -148,6 +148,7 @@ USE_TK= @USE_TK@ WISH= @WISH@ USE_PERL= @USE_PERL@ +PERL= perl # # enable native odbc driver support |