no more libproxy for mac; refs #10

This commit is contained in:
Marc Wäckerlin
2010-09-21 13:42:23 +00:00
parent 234e6e66f9
commit d627035f2d

View File

@@ -58,7 +58,7 @@ fi
if test "$found" == "no"; then
case $host in
*darwin*)
PROXYLIB="-lproxy"
PROXYLIB=""
;;
*mingw*|*win*)
PROXYLIB="-lwinhttp"