Skip to content

Commit fc5e9a4

Browse files
author
Joerg Bruehe
committed
Upmerge "configure.in" text change from 5.1 to 5.5 ("trunk"),
fixing bug#50950.
2 parents a93d838 + f6df177 commit fc5e9a4

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

29532953
AC_OUTPUT
29542954

2955-
echo
2956-
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
2957-
echo "latest release, upcoming features, and other information to make your"
2958-
echo "work or play with MySQL more productive. There you can also find"
2959-
echo "information about mailing lists for MySQL discussion."
2960-
echo
2961-
echo "Remember to check the platform specific part of the reference manual for"
2962-
echo "hints about installing MySQL on your platform. Also have a look at the"
2963-
echo "files in the Docs directory."
2964-
echo
2965-
# The following text is checked in ./Do-compile to verify that configure
2955+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
29662956
# ended sucessfully - don't remove it.
2957+
echo
29672958
echo "Thank you for choosing MySQL!"
29682959
echo
2960+
echo "Remember to check the platform specific part of the reference manual"
2961+
echo "for hints about installing MySQL on your platform."
2962+
echo "Also have a look at the files in the Docs directory."
2963+
echo

0 commit comments

Comments
 (0)