Commit afd6f46b authored by Bjorn Munch's avatar Bjorn Munch

merge from 5.1-mtr

parents 2fe4f6bb b2151fae
......@@ -2875,6 +2875,15 @@ AC_CONFIG_COMMANDS_POST(ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' C
AC_OUTPUT
# Add warning if user configures with --with-ndbcluster
if test X"$with_plugin_ndbcluster" = Xyes ; then
echo
echo This version of MySQL Cluster is no longer maintained.
echo Please use the separate sources provided for MySQL Cluster instead.
echo See http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster.html
echo for more details.
fi
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
# ended sucessfully - don't remove it.
echo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment