Skip to content

Commit 9ef12dc

Browse files
author
Alexander Nozdrin
committed
Auto-merge from mysql-trunk.
2 parents 19df110 + fc5e9a4 commit 9ef12dc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

configure.in

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,17 +3150,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
31503150

31513151
AC_OUTPUT
31523152

3153-
echo
3154-
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
3155-
echo "latest release, upcoming features, and other information to make your"
3156-
echo "work or play with MySQL more productive. There you can also find"
3157-
echo "information about mailing lists for MySQL discussion."
3158-
echo
3159-
echo "Remember to check the platform specific part of the reference manual for"
3160-
echo "hints about installing MySQL on your platform. Also have a look at the"
3161-
echo "files in the Docs directory."
3162-
echo
3163-
# The following text is checked in ./Do-compile to verify that configure
3153+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
31643154
# ended sucessfully - don't remove it.
3155+
echo
31653156
echo "Thank you for choosing MySQL!"
31663157
echo
3158+
echo "Remember to check the platform specific part of the reference manual"
3159+
echo "for hints about installing MySQL on your platform."
3160+
echo "Also have a look at the files in the Docs directory."
3161+
echo

0 commit comments

Comments
 (0)