From c40e1757a1a6c36a9a58f4a9eb365926497c2963 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sat, 19 Nov 2011 09:58:26 -0800 Subject: [PATCH] httpproxy: Fix dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix building with --disable-network. Signed-off-by: Martin Storsjö --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 61bb4dfb54..38822745d6 100755 --- a/configure +++ b/configure @@ -1480,6 +1480,8 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes" # protocols gopher_protocol_deps="network" +httpproxy_protocol_deps="network" +httpproxy_protocol_select="tcp_protocol" http_protocol_deps="network" http_protocol_select="tcp_protocol" https_protocol_select="tls_protocol"