Look in -lresolv for inet_ntop

This commit is contained in:
Martin Pool
2001-11-27 04:53:08 +00:00
parent 3174b31d96
commit 9a689986c6

View File

@@ -270,6 +270,8 @@ if test x"$ac_cv_func_strcasecmp" = x"no"; then
AC_CHECK_LIB(resolv, strcasecmp)
fi
AC_CHECK_LIB(resolv, inet_ntop)
AC_FUNC_MEMCMP
AC_FUNC_UTIME_NULL
AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod)