X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gfio.c;h=37c181894d752e95c2d24cd5299f50d1ae0feba4;hb=a89ba4b12939;hp=e3bcbdf0127583f1de59897b272b197ff45c25fc;hpb=3bf80dad77448afcb18148e72dc6cfe04bcf7e57;p=fio.git diff --git a/gfio.c b/gfio.c index e3bcbdf0..37c18189 100644 --- a/gfio.c +++ b/gfio.c @@ -1677,7 +1677,7 @@ static void init_ui(int *argc, char **argv[], struct gui *ui) * Without it, the update that happens in gfio_update_thread_status * doesn't really happen in a timely fashion, you need expose events */ -#if !GTK_CHECK_VERSION(2, 24, 0) +#if !GLIB_CHECK_VERSION(2, 31, 0) if (!g_thread_supported()) g_thread_init(NULL); #endif