diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-21 08:41:38 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-21 08:41:38 +0100 |
commit | 4c0a0c3e56fa94baff9f12895c6d96f1ffb77698 (patch) | |
tree | 827086ecaf5900401728f176ad936c75f99855d6 /configure.in | |
parent | 43abffc89b83099d4ab701be5a002f0c3dc4e56f (diff) | |
download | mariadb-git-4c0a0c3e56fa94baff9f12895c6d96f1ffb77698.tar.gz |
moved START_AND_EXIT check so it can actually be used
fix as not to overwrite previoulsy set flags in configure
config/ac-macros/ha_ndbcluster.m4:
fix as not to overwrite previoulsy set flags in configure
configure.in:
fix as not to overwrite previoulsy set flags in configure
mysql-test/mysql-test-run.sh:
movet START_AND_EXIT check so it can actually be used
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index e20edf97a72..3a0a2aa9c9d 100644 --- a/configure.in +++ b/configure.in @@ -962,6 +962,7 @@ esac MAX_C_OPTIMIZE="-O3" MAX_CXX_OPTIMIZE="-O3" +ndb_cxxflags_fix= case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_prog_gcc in # workaround for Sun Forte/x86 see BUG#4681 *solaris*-i?86-no) |