~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-23 06:58:37 UTC
  • mto: (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090123065837-fue1wko1jzgqm1sq
Turn off doubunder warning on Solaris - it's a bogus hit on system headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1325
1325
    CXXFLAGS="${CXXFLAGS} -xinstrument=datarace"
1326
1326
  fi
1327
1327
  CC_WARNINGS="-v -xc99=all -errtags=yes"
1328
 
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup -compat=5"
 
1328
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup,doubunder -compat=5"
1329
1329
  if test "$ac_exceptions" = "no"
1330
1330
  then
1331
1331
    NO_EXCEPTIONS="-features=no%except"