mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Bug #11757091 49093: 5.1 CONFIGURE SCRIPT SHOULD WARN ABOUT MYSQL CLUSTER NOT BEING MAINTAINED
Added a conditional echo at end of configure.in
This commit is contained in:
parent
1af15e635b
commit
be8f64ff29
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue