Comment 3 for bug 911125

Revision history for this message
In , Martin Pitt (pitti) wrote :

Created attachment 55069
proposed patch

This patch works, but it bumps the glib requirement for the tests to 2.31.4 (g_thread_new() did not exist in 2.30.x). If that's not appropriate, I could add some #if magic to emulate g_thread_new() with a macro that calls g_thread_create() if you are interested.