summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Stebbins <jstebbins.hb@gmail.com>2011-11-19 09:58:26 -0800
committerMartin Storsjö <martin@martin.st>2011-11-20 09:51:17 +0200
commitc40e1757a1a6c36a9a58f4a9eb365926497c2963 (patch)
treeb413f527512076eaad01a64c1d994c53f0b548dc /configure
parent66e9c0b6ab5360f144cf8f9912ab003d5cbed1fc (diff)
httpproxy: Fix dependencies
Fix building with --disable-network. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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"