X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=32d8927a780c5ac6966609dfbf346f07a86053e3;hb=1db9421e9d5390fbd714c927cf9173817717ca08;hp=43ee26aca73cf5d67b9f79f462dfcbd7062be3c0;hpb=69f51fb483daece5bf1f716c7f00ff2db15a0894;p=psensor.git diff --git a/src/main.c b/src/main.c index 43ee26a..32d8927 100644 --- a/src/main.c +++ b/src/main.c @@ -439,7 +439,7 @@ int main(int argc, char **argv) log_init(); log_glib_info(); -#if !(GLIB_CHECK_VERSION(2, 32, 0)) +#if !(GLIB_CHECK_VERSION(2, 31, 0)) /* * Since GLib 2.32 g_thread_init call is deprecated and not * needed. Documentation of this method is not clear whether