gnutls-devel
[Top][All Lists]
Advanced

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

Re: [patch] Re: building recent git


From: Simon Josefsson
Subject: Re: [patch] Re: building recent git
Date: Thu, 05 Nov 2009 08:50:36 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Brad Hards <address@hidden> writes:

> +#include "ext_signature.h"

Pushed, thanks!

> -int ret;

This too.

> Fix:
> diff --git a/gl/m4/inet_ntop.m4 b/gl/m4/inet_ntop.m4                        
> index 85a6bb6..ea645f2 100644
> --- a/gl/m4/inet_ntop.m4
> +++ b/gl/m4/inet_ntop.m4
> @@ -18,7 +18,8 @@ AC_DEFUN([gl_INET_NTOP],
>      [AC_REPLACE_FUNCS([inet_ntop])])
>    LIBS=$gl_save_LIBS
>    INET_NTOP_LIB=
> -  if test "$ac_cv_search_inet_ntop" != "none needed"; then
> +  if test "$ac_cv_search_inet_ntop" != "none needed" &&
> +     test "$ac_cv_search_inet_ntop" != "none required"; then
>      INET_NTOP_LIB="$ac_cv_search_inet_ntop"
>    fi
>    AC_SUBST([INET_NTOP_LIB])
> diff --git a/gl/m4/inet_pton.m4 b/gl/m4/inet_pton.m4
> index f071801..068deee 100644
> --- a/gl/m4/inet_pton.m4
> +++ b/gl/m4/inet_pton.m4
> @@ -18,7 +18,8 @@ AC_DEFUN([gl_INET_PTON],
>      [AC_REPLACE_FUNCS([inet_pton])])
>    LIBS=$gl_save_LIBS
>    INET_PTON_LIB=
> -  if test "$ac_cv_search_inet_pton" != "none needed"; then
> +  if test "$ac_cv_search_inet_pton" != "none needed" &&
> +     test "$ac_cv_search_inet_pton" != "none required"; then
>      INET_PTON_LIB="$ac_cv_search_inet_pton"
>    fi
>    AC_SUBST([INET_PTON_LIB])

Applied, but also forwarded to the gnulib list since this seems like a
potential bigger issue.

/Simon




reply via email to

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