diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-02-22 21:16:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-02-22 21:16:50 +0000 |
commit | b4689bfb00a6d256a74a0c275378a0b42a22acfd (patch) | |
tree | eae945b9b767ad7e16e16e9fa83d43e25fbbcdc4 /config/perl.m4 | |
parent | f235c9208d2b411f14e5a50edac7dbdaebb10cb0 (diff) | |
download | postgresql-b4689bfb00a6d256a74a0c275378a0b42a22acfd.tar.gz postgresql-b4689bfb00a6d256a74a0c275378a0b42a22acfd.zip |
Revert configure warning to use "official distribution".
Diffstat (limited to 'config/perl.m4')
-rw-r--r-- | config/perl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/perl.m4 b/config/perl.m4 index e221ab85156..045204b2884 100644 --- a/config/perl.m4 +++ b/config/perl.m4 @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/config/perl.m4,v 1.7 2010/02/22 18:02:06 momjian Exp $ +# $PostgreSQL: pgsql/config/perl.m4,v 1.8 2010/02/22 21:16:50 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 bundled distribution of PostgreSQL then you do not +*** (If you are using the official distribution of PostgreSQL then you do not *** need to worry about this, because the Perl output is pre-generated.)]) fi ])# PGAC_PATH_PERL |