diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e421e11b..acd21bae 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AM_SILENT_RULES([yes]) MATE_COMMON_INIT MATE_DEBUG_CHECK([no]) +MATE_COMPILE_WARNINGS AC_PROG_CXX AC_PROG_CC @@ -34,8 +35,6 @@ AM_CONDITIONAL([HAVE_RSVG_CONVERT], [test "x$RSVG_CONVERT" != x]) AC_PATH_PROG(INKSCAPE, inkscape) AM_CONDITIONAL([HAVE_INKSCAPE], [test "x$INKSCAPE" != x]) -MATE_COMPILE_WARNINGS([yes]) - # GLIB_COMPILE_RESOURCES AC_ARG_VAR([GLIB_COMPILE_RESOURCES],[glib-compile-resources bin]) AC_PATH_PROG([GLIB_COMPILE_RESOURCES],[glib-compile-resources],[]) |