diff --git a/configure.in b/configure.in index d3e7cd2..899a3fe 100644 --- a/configure.in +++ b/configure.in @@ -58,8 +58,8 @@ fi if test "$found" == "no"; then case $host in *darwin*) - PROXYLIB="-lproxy" - ;; + PROXYLIB="" + ;; *mingw*|*win*) PROXYLIB="-lwinhttp" ;;