On Friday, September 16, 2005 at 10:12, Derek Price wrote: > 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.
Perhaps the problem was that I had an old gnulib.m4 in the m4 directory - now that it is gone everything works. Regards, Oskar _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
