~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-03-22 06:58:11 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: mordred@inaugust.com-20090322065811-zxv5eghsni6pshco
Fixed PROTOSKIP_WARNINGS. (thanks eday)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1360
1360
    W_EXCEPTIONS="-fexceptions"
1361
1361
  fi
1362
1362
  NO_REDUNDANT_DECLS="-Wno-redundant-decls"
1363
 
  PROTOSKIP_WARNINGS="-Wno-effc++ -Wshadow"
 
1363
  PROTOSKIP_WARNINGS="-Wno-effc++ -Wno-shadow"
1364
1364
fi
1365
1365
if test "$SUNCC" = "yes"
1366
1366
then