diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-02-09 19:29:37 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-02-09 19:29:37 +0100 |
commit | 666f899e63baa380e6047babd64f1be830ef4b9a (patch) | |
tree | 800ed29cefe9804b4ed58e5701cdc1ab58487f22 /configure.in | |
parent | 7f056654b9957fa300d2e9fac4129cbb7f18dbe9 (diff) | |
download | mariadb-git-666f899e63baa380e6047babd64f1be830ef4b9a.tar.gz |
ndb_port_base is obsolete with WL#2278
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index e6ae8f8f70b..8690bf8e8af 100644 --- a/configure.in +++ b/configure.in @@ -2701,12 +2701,6 @@ then fi AC_SUBST([ndb_port]) -if test X"$ndb_port_base" = Xdefault -then - ndb_port_base="2202" -fi -AC_SUBST([ndb_port_base]) - ndb_transporter_opt_objs="" if test "$ac_cv_func_shmget" = "yes" && test "$ac_cv_func_shmat" = "yes" && |