From d627035f2de98b1c55aafebf6aaca4a862eb2f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 21 Sep 2010 13:42:23 +0000 Subject: [PATCH] no more libproxy for mac; refs #10 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ;;