~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

  • Committer: Brian Aker
  • Date: 2011-02-12 06:13:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212061332-a5dtetim82r6vvls
Merge in session up and out of sql_select.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
 
77
77
         
78
 
    AS_IF([test "$ac_cv_warnings_as_errors" = "yes"],[
79
 
      W_FAIL="-Werror"
80
 
      SPHINX_WARNINGS="-W"
81
 
      INTLTOOL_WARNINGS="yes"
82
 
    ])
 
78
    AS_IF([test "$ac_cv_warnings_as_errors" = "yes"],
 
79
          [W_FAIL="-Werror"])
83
80
 
84
81
    AC_CACHE_CHECK([whether it is safe to use -fdiagnostics-show-option],
85
82
      [ac_cv_safe_to_use_fdiagnostics_show_option_],
441
438
  AC_SUBST(PERMISSIVE_C_WARNINGS)
442
439
  AC_SUBST(NO_WERROR)
443
440
  AC_SUBST([GCOV_LIBS])
444
 
  AC_SUBST([SPHINX_WARNINGS])
445
 
  AC_SUBST([INTLTOOL_WARNINGS])
446
441
 
447
442
])