bug-wget
[Top][All Lists]
Advanced

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

Re: [PATCH] configure.ac: Don't use bashisms


From: Darshit Shah
Subject: Re: [PATCH] configure.ac: Don't use bashisms
Date: Sun, 3 Jan 2021 15:23:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

Merged.

Thanks for the fix :)

On 02.01.21 20:34, Lars Wendler wrote:
> From: Matt Whitlock <gentoo@mattwhitlock.name>
> 
> Gentoo-bug: https://bugs.gentoo.org/762946
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 96adf13b..f6268fd5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -978,7 +978,7 @@ AM_CONDITIONAL([IRI_IS_ENABLED], [test "X$iri" != "Xno"])
>  AM_CONDITIONAL([WITH_SSL], [test "X$with_ssl" != "Xno"])
>  AM_CONDITIONAL([METALINK_IS_ENABLED], [test "X$with_metalink" != "Xno"])
>  AM_CONDITIONAL([WITH_XATTR], [test "X$ENABLE_XATTR" != "Xno"])
> -AM_CONDITIONAL([WITH_NTLM], [test "X$ENABLE_NTLM" == "Xyes"])
> +AM_CONDITIONAL([WITH_NTLM], [test "X$ENABLE_NTLM" = "Xyes"])
>  
>  dnl
>  dnl Create output
> 



reply via email to

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