From 2b76ee2435cd9c436dfc592d76317f5eff9392a5 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 Nov 2006 15:58:06 +0800 Subject: ndb - fix for BUG#23137, ha_ndbcluster.m4 bug. Because NDB_CXXFLAGS is just used in ndb engine, moved NDB_CXXFLAGS from ha_ndbcluster.m4 to ndb/config/common.mk.am. config/ac-macros/ha_ndbcluster.m4: removed NDB_CXXFLAGS. storage/ndb/config/common.mk.am: Added NDB_CXXFLAGS to AM_CXXFLAGS. --- config/ac-macros/ha_ndbcluster.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4 index ee31fa9fca2..0371eff6537 100644 --- a/config/ac-macros/ha_ndbcluster.m4 +++ b/config/ac-macros/ha_ndbcluster.m4 @@ -197,7 +197,6 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [ MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" - CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" if test "$have_ndb_debug" = "default" then have_ndb_debug=$with_debug -- cgit v1.2.1