With my autoconf 2.59, the call to AC_REPLACE_FUNCS(getaddrinfo gai_strerror) in gl_GETADDRINFO calls AC_CHECK_FUNCS(getaddrinfo gai_strerror), which defines HAVE_GETADDRINFO when getaddrinfo is found (and HAVE_GAI_STRERROR, similarly...).
I would look to make sure gl_GETADDRINFO is being called and, if it is, then investigate whether you are using an incompatible Autoconf, assuming you are really sure that getaddrinfo is available. Regards, Derek Oskar Liljeblad wrote: >The getaddrinfo doesn't seem to define HAVE_GETADDRINFO when getaddrinfo is >available. lib/getaddrinfo.h checks HAVE_GETADDRINFO. > >Or is something wrong with my setup? I ran gnulib-tool --import --symlink >[...] (which took > 2 mins on an otherwise idle AthlonXP 1.2GHz), followed >by autoreconf and ./configure. > >Regards, > >Oskar Liljeblad ([EMAIL PROTECTED]) > > >_______________________________________________ >bug-gnulib mailing list >bug-gnulib@gnu.org >http://lists.gnu.org/mailman/listinfo/bug-gnulib > > -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib