httpproxy: Fix dependencies

Fix building with --disable-network.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
John Stebbins 2011-11-19 09:58:26 -08:00 committed by Martin Storsjö
parent 66e9c0b6ab
commit c40e1757a1
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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"