On Thu, Sep 02, 2010 at 09:05:52AM +0200, Martin Koegler wrote:
> Signed-off-by: Martin Koegler <[email protected]>
> ---
> configure.ac | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
May I ask you which version of GNUTLS is old, please? Did you check
this change doesn't break later gnutls_error_is_fatal/gnutls_strerror
calls?
Regards, Adam
>
> diff --git a/configure.ac b/configure.ac
> index 5acd762..f6dfc10 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -78,6 +78,8 @@ if test "x$enable_gnutls" = xyes; then
> AC_CHECK_LIB([gnutls], [gnutls_global_init],
> [GNUTLS_LIBS='-lgnutls'
> AC_DEFINE([HAVE_GNUTLS], 1, [Is gnutls present? ])])
> + AC_CHECK_LIB([gnutls], [gnutls_transport_set_global_errno], [],
> + [AC_DEFINE([gnutls_transport_set_global_errno(A)], [do {
> errno = (A); } while(0)], [Is gnutls_set_global_errno present])])
> fi
> AC_SUBST([GNUTLS_LIBS])
> AM_CONDITIONAL([HAVE_GNUTLS], [ ! test "x$GNUTLS_LIBS" = x ])
> --
> 1.5.6.5
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Tigervnc-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tigervnc-devel
--
Adam Tkac, Red Hat, Inc.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Tigervnc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel