before calling g_type_init.
2013-09-16 Jan Djärv <jan.h.d@swipnet.se>
+ * xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0
+ before calling g_type_init.
+
* font.c (syms_of_font): Move call to syms_of_(ns|mac)font ...
* nsterm.m (syms_of_nsterm): ... to here.
int schema_found = 0;
#ifdef HAVE_G_TYPE_INIT
+#if ! GLIB_CHECK_VERSION (2, 36, 0)
g_type_init ();
+#endif
#endif
schemas = g_settings_list_schemas ();
char *s;
#ifdef HAVE_G_TYPE_INIT
+#if ! GLIB_CHECK_VERSION (2, 36, 0)
g_type_init ();
+#endif
#endif
gconf_client = gconf_client_get_default ();