From 7e73e19a05ce72f48f50a4811c5cddafed181aa1 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 0e08317b4c..974df8b720 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -148,6 +148,7 @@ USE_TK= @USE_TK@ WISH= @WISH@ USE_PERL= @USE_PERL@ +PERL= perl # # enable native odbc driver support -- 2.39.5