summaryrefslogtreecommitdiff
path: root/config/missing
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-22 21:16:50 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-22 21:16:50 +0000
commitb4689bfb00a6d256a74a0c275378a0b42a22acfd (patch)
treeeae945b9b767ad7e16e16e9fa83d43e25fbbcdc4 /config/missing
parentf235c9208d2b411f14e5a50edac7dbdaebb10cb0 (diff)
downloadpostgresql-b4689bfb00a6d256a74a0c275378a0b42a22acfd.tar.gz
Revert configure warning to use "official distribution".
Diffstat (limited to 'config/missing')
-rwxr-xr-xconfig/missing6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/missing b/config/missing
index 7396e5c703..5426c6d2ec 100755
--- a/config/missing
+++ b/config/missing
@@ -1,6 +1,6 @@
#! /bin/sh
-# $PostgreSQL: pgsql/config/missing,v 1.6 2010/02/22 18:02:06 momjian Exp $
+# $PostgreSQL: pgsql/config/missing,v 1.7 2010/02/22 21:16:50 momjian Exp $
# This is *not* the GNU `missing' script, although it is similar in
# concept. You can call it from the makefiles to get consistent
@@ -26,7 +26,7 @@ You can get $1 from a GNU mirror site.
***
ERROR: \`$1' is missing on your system. It is needed to create the
file \`$output'. You can either get $1 from a GNU mirror site
-or download an bundled distribution of PostgreSQL, which contains
+or download an official distribution of PostgreSQL, which contains
pre-packaged $1 output.
***" >&2
exit 1
@@ -38,7 +38,7 @@ pre-packaged $1 output.
echo "\
***
ERROR: Perl is missing on your system. It is needed unless you are building
-from an unmodified bundled distribution of PostgreSQL.
+from an unmodified official distribution of PostgreSQL.
***" >&2
exit 1
;;