Skip to content

Commit 15728d0

Browse files
author
Joerg Bruehe
committed
Bug#50950 Obsolete reference to www.mysql.com
in message printed at end of configure New text for the success message of "configure".
1 parent 21dbe02 commit 15728d0

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
@@ -3141,17 +3141,12 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
31413141
AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h)
31423142
AC_OUTPUT
31433143

3144-
echo
3145-
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
3146-
echo "latest release, upcoming features, and other information to make your"
3147-
echo "work or play with MySQL more productive. There you can also find"
3148-
echo "information about mailing lists for MySQL discussion."
3149-
echo
3150-
echo "Remember to check the platform specific part of the reference manual for"
3151-
echo "hints about installing MySQL on your platform. Also have a look at the"
3152-
echo "files in the Docs directory."
3153-
echo
3154-
# The following text is checked in ./Do-compile to verify that configure
3144+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
31553145
# ended sucessfully - don't remove it.
3146+
echo
31563147
echo "Thank you for choosing MySQL!"
31573148
echo
3149+
echo "Remember to check the platform specific part of the reference manual"
3150+
echo "for hints about installing MySQL on your platform."
3151+
echo "Also have a look at the files in the Docs directory."
3152+
echo

0 commit comments

Comments
 (0)