We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f7bed commit b26f6b9Copy full SHA for b26f6b9
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -148,6 +148,7 @@ USE_TK= @USE_TK@
148
WISH= @WISH@
149
150
USE_PERL= @USE_PERL@
151
+PERL= perl
152
153
154
# enable native odbc driver support
0 commit comments