GNOME Bugzilla – Bug 584955
Print out configuration at the end of configure run
Last modified: 2009-06-28 14:10:34 UTC
It's always useful to see the selected options when a configuration run is made, as I noticed by not realizing my build was without SSL support due to the error message being drowned in the configuration spew. I'll attach a patch to print the options.
Created attachment 136035 [details] [review] Patch to add printing configuration after configure run
The real bug here IMHO is that it should require gnutls by default, and force you to explicitly say --disable-ssl if you want to build without it, and I've fixed it to do that now. That will stop people from accidentally building without SSL support. Given that, there's not much need for a summary at the end, since SSL and libsoup-gnome will be enabled unless you explicitly disabled them, and the IPv6 test is basically vestigial at this point (I don't think you could actually build libsoup on anything old enough to not have IPv6 support in the headers). So it's sort of a mix of FIXED and WONTFIX :)