~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

pandora-build v0.85 - Fixed the C++ standard setting in the build checks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
            AC_INCLUDES_DEFAULT])],
224
224
            [ac_cv_safe_to_use_Wredundant_decls_=yes],
225
225
            [ac_cv_safe_to_use_Wredundant_decls_=no])
226
 
          CXXFLAGS="${save_CXXFLAGS}"
227
 
          AC_LANG_POP()])
 
226
         CXXFLAGS="${save_CXXFLAGS}"
 
227
         AC_LANG_POP()])
228
228
      AS_IF([test "$ac_cv_safe_to_use_Wredundant_decls_" = "yes"],
229
229
            [CXX_WARNINGS="${CXX_WARNINGS} -Wredundant-decls"],
230
230
            [CXX_WARNINGS="${CXX_WARNINGS} -Wno-redundant-decls"])