diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-11-01 14:25:07 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-11-01 14:25:07 +0000 |
commit | d129fffe572089b3008f694c3cface0f35aff16e (patch) | |
tree | e17ee848bcd7c351ae52724e212750acd0ee48d9 /configure.in | |
parent | 29ab70976470a750a1040ae13b5517f440987afe (diff) | |
download | mariadb-git-d129fffe572089b3008f694c3cface0f35aff16e.tar.gz |
configure.in:
added flag on sun forte, -instances=static
(check is only made for "non-gcc", hopefully enough)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fe487b15557..95d241ad669 100644 --- a/configure.in +++ b/configure.in @@ -975,7 +975,7 @@ case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_prog_gcc in CXXFLAGS="$CXXFLAGS -DBIG_TABLES" ;; # workaround for Sun Forte compile problem for ndb - *solaris2.10*-sparc-no) + *solaris2.*-no) ndb_cxxflags_fix="$ndb_cxxflags_fix -instances=static" ;; *) ;; |