Skip to content

Commit f6df177

Browse files
author
Joerg Bruehe
committed
Upmerge "configure.in" text change from 5.0 to 5.1,
fixing bug#50950.
2 parents 1c9ab8d + 15728d0 commit f6df177

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
@@ -2912,17 +2912,12 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
29122912

29132913
AC_OUTPUT
29142914

2915-
echo
2916-
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
2917-
echo "latest release, upcoming features, and other information to make your"
2918-
echo "work or play with MySQL more productive. There you can also find"
2919-
echo "information about mailing lists for MySQL discussion."
2920-
echo
2921-
echo "Remember to check the platform specific part of the reference manual for"
2922-
echo "hints about installing MySQL on your platform. Also have a look at the"
2923-
echo "files in the Docs directory."
2924-
echo
2925-
# The following text is checked in ./Do-compile to verify that configure
2915+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
29262916
# ended sucessfully - don't remove it.
2917+
echo
29272918
echo "Thank you for choosing MySQL!"
29282919
echo
2920+
echo "Remember to check the platform specific part of the reference manual"
2921+
echo "for hints about installing MySQL on your platform."
2922+
echo "Also have a look at the files in the Docs directory."
2923+
echo

0 commit comments

Comments
 (0)