#DPATCHLEVEL=1 --- inetutils-1.4.2+20040207.old/configure.ac 2004-12-10 11:08:37.000000000 -0200 +++ inetutils-1.4.2+20040207/configure.ac 2004-12-10 13:54:41.000000000 -0200 @@ -735,6 +735,11 @@ AC_DECL_SYS_SIGLIST +AC_CHECK_DECL(ruli_getaddrinfo, + AC_DEFINE(USE_DNSSRV, 1, [Define to one if you want DNS SRV.]) + AC_CHECK_LIB(dl, dlopen, LIBS="$LIBS -ldl"), + , [#include ]) + AC_CHECK_DECLS(crypt, , , [#include ]) dnl EWOULDBLOCK is more or less the BSD version of posix EAGAIN.