~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1171
1171
  if test "$ac_warn_pedantic" = "yes"
1172
1172
  then
1173
1173
    GCC_WARNINGS="${GCC_WARNINGS}  -std=gnu99 -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls  "
1174
 
    GXX_WARNINGS="${GXX_WARNINGS}  -std=gnu++98 -pedantic -Wundef -Wredundant-decls "
 
1174
    GXX_WARNINGS="${GXX_WARNINGS}  -std=gnu++98 -pedantic -Wundef -Wredundant-decls -Wno-long-long "
1175
1175
  fi
1176
1176
 
1177
1177
  if test "$ac_warn_unreachable" = "yes"