~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
1422
1422
  then
1423
1423
    W_FAIL="-Werror"
1424
1424
  fi
1425
 
  BASE_WARNINGS="-W -Wall -Wextra -Wunused-macros ${W_FAIL}"
 
1425
  BASE_WARNINGS="-W -Wall -Wextra ${W_FAIL}"
1426
1426
 
1427
1427
  if test "$ac_warn_longlong" = "yes"
1428
1428
  then