summaryrefslogtreecommitdiff
path: root/config/perl.m4
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-22 18:02:06 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-22 18:02:06 +0000
commit6a0b6421e27a27f35d847024dca33750403859ab (patch)
tree6fe6060fafe642f7913293fa8e441a858f29667a /config/perl.m4
parentdd1486ccd485ca6b9580dba0a7e478393a1b8fcb (diff)
downloadpostgresql-6a0b6421e27a27f35d847024dca33750403859ab.tar.gz
Use the term "bundled distribution" instead of "official distribution" in
configure warnings.
Diffstat (limited to 'config/perl.m4')
-rw-r--r--config/perl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/perl.m4 b/config/perl.m4
index ad64379e5a..e221ab8515 100644
--- a/config/perl.m4
+++ b/config/perl.m4
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/config/perl.m4,v 1.6 2010/01/07 01:41:11 tgl Exp $
+# $PostgreSQL: pgsql/config/perl.m4,v 1.7 2010/02/22 18:02:06 momjian Exp $
# PGAC_PATH_PERL
@@ -26,7 +26,7 @@ if test -z "$PERL"; then
AC_MSG_WARN([
*** Without Perl you will not be able to build PostgreSQL from CVS.
*** You can obtain Perl from any CPAN mirror site.
-*** (If you are using the official distribution of PostgreSQL then you do not
+*** (If you are using the bundled distribution of PostgreSQL then you do not
*** need to worry about this, because the Perl output is pre-generated.)])
fi
])# PGAC_PATH_PERL