From: Sascha Schumann Date: Fri, 3 Dec 1999 18:53:41 +0000 (+0000) Subject: inet_aton is in libresolv on Solaris 2.5.1 X-Git-Tag: PRE_RETURN_REF_PATCH~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c43bda4fba3395ffe8463985cbf66fde0d7bd5b;p=php inet_aton is in libresolv on Solaris 2.5.1 --- diff --git a/configure.in b/configure.in index 491060df9d..3fadff58f5 100644 --- a/configure.in +++ b/configure.in @@ -182,6 +182,8 @@ dnl The sin may be in a library which need not be specifed dnl as well as res_search resides in libsocket AC_CHECK_LIB(m, sin) +AC_CHECK_LIB(resolv, inet_aton) + dnl The res_search may be in libsocket as well, and if it is dnl make sure to check for dn_skipname in libresolv, or if res_search dnl is in neither of these libs, still check for dn_skipname in libresolv