bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH] Fix-message-in-configure.ac-for-when-GnuTLS-has-n


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] [PATCH] Fix-message-in-configure.ac-for-when-GnuTLS-has-not-been-found
Date: Fri, 05 Dec 2014 13:25:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Tim Ruehsen <address@hidden> writes:

> If GnuTLS is not available a simple ./configure prints
> configure: error: --with-ssl=gnutls was given, but GNUTLS is not available.
>
> This seems misleading, so I changed it to
> configure: error: GnuTLS has not been found. Use --with-ssl=openssl if you 
> explicitly want OpenSSL.
>
> Any opinions ?
>
> Tim
>
> From a80986a8c95354eeefad2c39dc8813c829f79a4a Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Tim=20R=C3=BChsen?= <address@hidden>
> Date: Fri, 5 Dec 2014 12:18:30 +0100
> Subject: [PATCH] Fix message in configure.ac for when GnuTLS has not been
>  found
>
> ---
>  ChangeLog    | 4 ++++
>  configure.ac | 2 +-
>  2 files changed, 5 insertions(+), 1 deletion(-)

> @@ -422,7 +422,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
>          AC_LIBOBJ([gnutls])
>          LIBS="$LIBGNUTLS $LIBS"
>        else
> -        AC_MSG_ERROR([--with-ssl=gnutls was given, but GNUTLS is not 
> available.])
> +        AC_MSG_ERROR([GnuTLS has not been found. Use --with-ssl=openssl if 
> you explicitly want OpenSSL.])
>        fi
>      ])

I think it is clearer than the original, feel free to push it.

Regards,
Giuseppe



reply via email to

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