summaryrefslogtreecommitdiff
path: root/m4/cares-functions.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-18 02:23:33 +0000
committerYang Tse <yangsita@gmail.com>2008-09-18 02:23:33 +0000
commitfeb2043b43619ec36ecaa9f6f830c8c79b6a0a80 (patch)
tree5db963a86ab1f42fdec450799aecdf8cac73b12d /m4/cares-functions.m4
parent898e10bd60c2fb6c228c42b5940b4d17816cb1b1 (diff)
downloadc-ares-feb2043b43619ec36ecaa9f6f830c8c79b6a0a80.tar.gz
c-ares-feb2043b43619ec36ecaa9f6f830c8c79b6a0a80.tar.bz2
c-ares-feb2043b43619ec36ecaa9f6f830c8c79b6a0a80.zip
fix netdb.h prerequisite inclusion
Diffstat (limited to 'm4/cares-functions.m4')
-rw-r--r--m4/cares-functions.m42
1 files changed, 1 insertions, 1 deletions
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"