Diff between 0a191dc1af99c9bf65d158ee96ef5a614c15399b and d2925918b2c449a7ac7f2712437c2cf05a3e80b2
Changed Files
| File | Additions | Deletions | Status |
| acinclude.m4 | +1 | -1 | modified |
Full Patch
diff --git a/acinclude.m4 b/acinclude.m4
index bc39c6d..045138c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -24,7 +24,7 @@ AC_DEFUN([COMPILER_FLAGS], [
with_cflags="$with_cflags -Wformat -Wformat-security"
with_cflags="$with_cflags -DG_DISABLE_DEPRECATED"
with_cflags="$with_cflags -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28"
- with_cflags="$with_cflags -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28"
+ with_cflags="$with_cflags -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32"
fi
AC_SUBST([WARNING_CFLAGS], $with_cflags)
])