diff options
author | jonas@perch.ndb.mysql.com <> | 2006-06-09 09:06:43 +0200 |
---|---|---|
committer | jonas@perch.ndb.mysql.com <> | 2006-06-09 09:06:43 +0200 |
commit | e3323e7b90ec23ee84b4d2e7f7a1a29c2ec73c65 (patch) | |
tree | 532b399a672ce84b14de1c1a97cb36eb09741f0d /config | |
parent | e576b2460b7d8bf497994dbcf493c1d702ead416 (diff) | |
download | mariadb-git-e3323e7b90ec23ee84b4d2e7f7a1a29c2ec73c65.tar.gz |
ndb -
restore --with-ndb-ccflags functionality
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/ha_ndbcluster.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4 index 505d000c196..ee31fa9fca2 100644 --- a/config/ac-macros/ha_ndbcluster.m4 +++ b/config/ac-macros/ha_ndbcluster.m4 @@ -197,7 +197,7 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [ MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" - # CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" + CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" if test "$have_ndb_debug" = "default" then have_ndb_debug=$with_debug |