summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2010-02-08 21:40:17 +0100
committerJoerg Bruehe <joerg@mysql.com>2010-02-08 21:40:17 +0100
commited75cda3556d0e1f3cb52bf59db323fecd18d52a (patch)
treea23719e41c53b650a471d92c9f9496857f93e93d /configure.in
parent88519d1c8f33e183bdea575bf18171c82b7da363 (diff)
parent72da6b3185be2047260b837d33c9455c994efe03 (diff)
downloadmariadb-git-ed75cda3556d0e1f3cb52bf59db323fecd18d52a.tar.gz
Upmerge "configure.in" text change from 5.0 to 5.1,
fixing bug#50950.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 6 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 567ed391eab..47667efb271 100644
--- a/configure.in
+++ b/configure.in
@@ -2912,17 +2912,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
AC_OUTPUT
-echo
-echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
-echo "latest release, upcoming features, and other information to make your"
-echo "work or play with MySQL more productive. There you can also find"
-echo "information about mailing lists for MySQL discussion."
-echo
-echo "Remember to check the platform specific part of the reference manual for"
-echo "hints about installing MySQL on your platform. Also have a look at the"
-echo "files in the Docs directory."
-echo
-# The following text is checked in ./Do-compile to verify that configure
+# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
# ended sucessfully - don't remove it.
+echo
echo "Thank you for choosing MySQL!"
echo
+echo "Remember to check the platform specific part of the reference manual"
+echo "for hints about installing MySQL on your platform."
+echo "Also have a look at the files in the Docs directory."
+echo