This allows valac to use gintptr and guintptr. The next stable release
of vala will happen four years after the release of GLib 2.18.0.
}
} else if (context.profile == Profile.GOBJECT) {
int glib_major = 2;
- int glib_minor = 16;
+ int glib_minor = 18;
if (target_glib != null && target_glib.scanf ("%d.%d", out glib_major, out glib_minor) != 2) {
Report.error (null, "Invalid format for --target-glib");
}
AC_SUBST(gen_introspect_decl)
AC_SUBST(vala_gen_introspect_decl)
-GLIB_REQUIRED=2.16.0
+GLIB_REQUIRED=2.18.0
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)