After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584955 - Print out configuration at the end of configure run
Print out configuration at the end of configure run
Status: RESOLVED WONTFIX
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-06-05 19:47 UTC by Kalle Vahlman
Modified: 2009-06-28 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add printing configuration after configure run (1.11 KB, patch)
2009-06-05 19:48 UTC, Kalle Vahlman
none Details | Review

Description Kalle Vahlman 2009-06-05 19:47:35 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.
Comment 1 Kalle Vahlman 2009-06-05 19:48:36 UTC
Created attachment 136035 [details] [review]
Patch to add printing configuration after configure run
Comment 2 Dan Winship 2009-06-28 14:10:34 UTC
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 :)