Index: hooks.c =================================================================== --- hooks.c (revision 34835) +++ hooks.c (revision 34836) @@ -197,7 +197,13 @@ } } - rnd_hook_detect_hid(plug_is_enabled("puller")); + if (plug_is_enabled("puller")) { + rnd_hook_detect_glib(1); + if (plug_is_enabled("puller")) { + report_repeat("WARNING: Since GLIB is not found, disabling the puller...\n"); + hook_custom_arg("disable-puller", NULL); + } + } if (want_xml2) { require("libs/sul/libxml2/presents", 0, 0);