~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2008-12-18 20:21:19 UTC
  • mfrom: (713.1.11 devel)
  • Revision ID: brian@tangent.org-20081218202119-8ow39oux2x5vzywo
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1452
1452
then
1453
1453
  if test "$ac_datarace" = "yes"
1454
1454
  then
1455
 
    CXXFLAGS="${CXXFLAGS} -xinstrument-datarace"
 
1455
    CFLAGS="${CFLAGS} -xinstrument=datarace"
 
1456
    CXXFLAGS="${CXXFLAGS} -xinstrument=datarace"
1456
1457
  fi
1457
1458
  CC_WARNINGS="-v -xc99=all -errtags=yes"
1458
1459
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup -compat=5"