check if http_proxy is unset instead of checking if it's empty
This allows skipping running auto-apt-proxy by setting http_proxy to the empty string. It also prevents auto-apt-proxy from being run a second time even though http_proxy was already set to the (possibly empty) output of $(auto-apt-proxy).
Closes: #1031105