X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=6d4a9d408d32d7afff9a3ef8b30aa26abb721703;hb=352fe458a57061db81240c19fa4b356c7448463b;hp=ce9c4ba71f548e6dbdd8ffddee5b82227e24d450;hpb=9be69008c0dd066816b4a9b04d47fade2282664a;p=mmh diff --git a/configure.in b/configure.in index ce9c4ba..6d4a9d4 100644 --- a/configure.in +++ b/configure.in @@ -521,12 +521,9 @@ AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ getutent nl_langinfo mbtowc wcwidth) dnl solaris has these in the nsl library -AC_SEARCH_LIBS(gethostbyname, nsl, - [AC_DEFINE(HAVE_GETHOSTBYNAME,1, - [Define to 1 if you have the `gethostbyname' function.])]) -AC_SEARCH_LIBS(sethostent, nsl, - [AC_DEFINE(HAVE_SETHOSTENT,1, - [Define to 1 if you have the `sethostent' function.])]) +AC_SEARCH_LIBS(getaddrinfo, nsl, + [AC_DEFINE(HAVE_GETADDRINFO,1, + [Define to 1 if you have the `getaddrinfo' function.])]) dnl sigsetjmp may be a macro AC_MSG_CHECKING(for sigsetjmp)