Am Montag, 30. April 2012, 22:34:05 schrieb William Ting: > Hi, > > I regularly build Epiphany for development. Last night after I updated my > system, it bumped automake to 1.12.1. However this breaks glib-networking > build because it's hardcoded to only support 1.10.x and 1.11.x. > > Obviously I can rollback my system's automake to an older version, but is > there a reason glib-networking is hardcoded to use specific versions rather > than 1.10+? > > - William
Which version of glib-networking are you using? Version 2.32.1 here requires Automake 1.11 or later. You could try and remove the version from AM_INIT_AUTOMAKE options (in glib-networking in configure.ac on line 10), instead of rollback. Aljosha _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
