From feb2043b43619ec36ecaa9f6f830c8c79b6a0a80 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 18 Sep 2008 02:23:33 +0000 Subject: [PATCH] fix netdb.h prerequisite inclusion --- m4/cares-functions.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/cares-functions.m4 b/m4/cares-functions.m4 index 0ba0324..8f3fa72 100644 --- a/m4/cares-functions.m4 +++ b/m4/cares-functions.m4 @@ -200,7 +200,7 @@ dnl shell variable cares_disallow_getservbyport_r, then dnl HAVE_GETSERVBYPORT_R will be defined. AC_DEFUN([CARES_CHECK_FUNC_GETSERVBYPORT_R], [ - AC_REQUIRE([CARES_INCLUDES_SYS_UIO])dnl + AC_REQUIRE([CARES_INCLUDES_NETDB])dnl # tst_links_getservbyport_r="unknown" tst_proto_getservbyport_r="unknown" -- 2.7.4