1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Revert configure warning to use "official distribution".

This commit is contained in:
Bruce Momjian
2010-02-22 21:16:50 +00:00
parent f235c9208d
commit b4689bfb00
4 changed files with 14 additions and 14 deletions

View File

@ -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