1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

Fix for perl5.

This commit is contained in:
Bruce Momjian
1999-11-02 04:45:47 +00:00
parent 17f7bedaaf
commit b26f6b9910

View File

@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
@@ -148,6 +148,7 @@ USE_TK= @USE_TK@
WISH= @WISH@ WISH= @WISH@
USE_PERL= @USE_PERL@ USE_PERL= @USE_PERL@
PERL= perl
# #
# enable native odbc driver support # enable native odbc driver support