From b26f6b9910920254d62fcdfcc2beaa17959a761d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 2 Nov 1999 04:45:47 +0000 Subject: [PATCH] Fix for perl5. --- src/Makefile.global.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index c9622a1d600..c0cac0c6359 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 -- 2.39.5