Commit 075cee0d authored by unknown's avatar unknown
Browse files

configure.in:

  added flag on sun forte, -instances=static
  (check is only made for "non-gcc", hopefully enough)


configure.in:
  added flag on sun forte, -instances=static
  (check is only made for "non-gcc", hopefully enough)
parent 3302dee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    ;;
  *) ;;