GNOME Bugzilla – Bug 761730
autotools: Pass --disable-Werror before, not after, user flags
Last modified: 2016-02-10 14:09:55 UTC
I want to be able to module_autogenargs['epiphany'] = '--enable-Werror' which currently does not work because JHBuild passes --disable-Werror after the user flags.
Created attachment 320652 [details] [review] autotools: Pass --disable-Werror before, not after, user flags
Review of attachment 320652 [details] [review]: Looks good to me.
Attachment 320652 [details] pushed as d756eca - autotools: Pass --disable-Werror before, not after, user flags