[patch] Re: building recent git
Simon Josefsson
simon at josefsson.org
Thu Nov 5 08:50:36 CET 2009
Brad Hards <bradh at frogmouth.net> 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
More information about the Gnutls-devel
mailing list