diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-07-18 11:01:31 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-07-18 11:01:31 +0200 |
commit | 0f543e8e9d042c0f58ffdda7b086d773de5500bd (patch) | |
tree | 7a16d0c2bf185f27973de362223c818807db17cf | |
parent | 56931dd0155756562ec4288e1732d99b996593dc (diff) | |
parent | 575d165213bfc08ddf42f3cd80b6dab10b36d82b (diff) | |
download | mariadb-git-0f543e8e9d042c0f58ffdda7b086d773de5500bd.tar.gz |
merge from 5.1-mtr
-rw-r--r-- | configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0948fe1349d..0e336c5522b 100644 --- a/configure.in +++ b/configure.in @@ -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 |