On 08/05/2018 17:19, Daniel P. Berrangé wrote: > Ok, that change looks fine with me assuming it passes your build tests. > In fact that is what I had done in an earlier version. > > Regards, > Daniel
Actually there is a use of g_strv_contains in tests/test-qga.c. It is guarded by GLIB_CHECK_VERSION(2, 44, 0) but the right fix should be to include the compatibility function instead. For now I am dropping this patch. Paolo