diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | python/mateweathermodule.c | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 2ab9d9b..d076aa0 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ case "$with_gtk" in esac AC_SUBST(GTK_API_VERSION) -GLIB_REQUIRED=2.13.0 +GLIB_REQUIRED=2.36.0 LIBSOUP_REQUIRED=2.34.0 GIO_REQUIRED=2.25.0 LIBXML_REQUIRED=2.6.0 diff --git a/python/mateweathermodule.c b/python/mateweathermodule.c index 63691f8..67ee89e 100644 --- a/python/mateweathermodule.c +++ b/python/mateweathermodule.c @@ -36,9 +36,6 @@ initmateweather(void) PyObject *m, *d; init_pygobject (); -#if !GLIB_CHECK_VERSION (2, 32, 0) - g_thread_init (NULL); -#endif m = Py_InitModule ("mateweather", pymateweather_functions); d = PyModule_GetDict (m); |