summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index d7b068d..55beeac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,15 +44,7 @@ AC_PROG_GCC_TRADITIONAL
AC_FUNC_MMAP
# CFLAGS
-MATE_COMPILE_WARNINGS
-
-AS_COMPILER_FLAG(-Wall, GM_ERROR_CFLAGS="-Wall")
-
-if test "x$GM_RELEASE" = "xno"
-then
- AS_COMPILER_FLAG(-Werror, GM_ERROR_CFLAGS="$GM_ERROR_CFLAGS -Werror")
-fi
-AC_MSG_NOTICE([Using $GM_ERROR_CFLAGS as error checking CFLAGS])
+MATE_COMPILE_WARNINGS(maximum)
GLIB_REQUIRED_VERSION=2.18.2
GIO_REQUIRED_VERSION=2.25.0