]> granicus.if.org Git - php/commitdiff
inet_aton is in libresolv on Solaris 2.5.1
authorSascha Schumann <sas@php.net>
Fri, 3 Dec 1999 18:53:41 +0000 (18:53 +0000)
committerSascha Schumann <sas@php.net>
Fri, 3 Dec 1999 18:53:41 +0000 (18:53 +0000)
configure.in

index 491060df9d4729706466125f22373991c80e149b..3fadff58f59526b09670e92c2af03d9aa015d5a9 100644 (file)
@@ -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