Index: Rev.h =================================================================== --- Rev.h (revision 34898) +++ Rev.h (revision 34899) @@ -1 +1 @@ -static const int myrev = 34891; +static const int myrev = 34899; Index: Rev.tab =================================================================== --- Rev.tab (revision 34898) +++ Rev.tab (revision 34899) @@ -1,3 +1,4 @@ +34899 configure remove glib from puller 34891 configure renames for 3.0.0 34772 configure version bump to 3.0.0-dev and related API changes in librnd 34707 configure new release version Index: hooks.c =================================================================== --- hooks.c (revision 34898) +++ hooks.c (revision 34899) @@ -202,16 +202,6 @@ } } - if (plug_is_enabled("puller")) { - rnd_hook_detect_glib(1); - if (!istrue(get("libs/sul/glib/presents"))) { - 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); if (!istrue(get("libs/sul/libxml2/presents"))) {