wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget | Add libproxy support (!35)


From: @rockdaboot
Subject: Re: wget | Add libproxy support (!35)
Date: Fri, 06 Oct 2023 17:28:55 +0000



Tim Rühsen started a new discussion on configure.ac: 
https://gitlab.com/gnuwget/wget/-/merge_requests/35#note_1593470994

>    ])
>  ])
>  
> +dnl
> +dnl libproxy support
> +dnl
> +AC_ARG_ENABLE(libproxy,
> +  [  --enable-libproxy       libproxy support for system wide proxy 
> configuration])
> +AS_IF([test "${enable_libproxy}" != "no"], [

Currently, libproxy is build into wget by default. I'd rather let people 
explicitly enable it to avoid surprises.
```suggestion:-0+0
AS_IF([test "${enable_libproxy}" = "yes"], [
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget/-/merge_requests/35#note_1593470994
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]