GNOME Bugzilla – Bug 700628
glib-networking tests don't respect disabled libproxy
Last modified: 2013-05-20 13:15:48 UTC
Created attachment 244701 [details] [review] patch to fix the problem since 2.36.2, probably introduced with: https://git.gnome.org/browse/glib-networking/commit/?h=glib-2-36&id=c44321c50fdf13e1da0ea7b7be731c38d6c37f6c This is maybe also a problem for 2.37/scm, I didn't check that yet.
Thanks, but that patch isn't right since it would disable the gnome proxy test as well if libproxy wasn't configured. The problem here was in the case where neither libproxy nor gnome-proxy was available; the Makefiles weren't behaving as expected then, and "make check" would fail. I've fixed that now.