~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-15 19:11:27 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: monty@inaugust.com-20080715191127-wt5ecmh4b5lt3k1d
Fixed a typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1217
1217
  then
1218
1218
    W_STRICT_ALIASING="-Wstrict-aliasing"
1219
1219
  else
1220
 
    W_STRICT_ALIASING="-Wno-strict_aliasing"
 
1220
    W_STRICT_ALIASING="-Wno-strict-aliasing"
1221
1221
  fi
1222
1222
 
1223
1223
  if test "$ac_warn_pedantic" = "yes"