diff options
| author | Yang Tse <yangsita@gmail.com> | 2008-09-18 02:23:33 +0000 |
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2008-09-18 02:23:33 +0000 |
| commit | 8fa895d65e9cf000fd491957f0d21c15b9f9178e (patch) | |
| tree | 547fdf927f29187d89ed47fa6e4e7bf180fa0d1f /ares | |
| parent | 33b658a341a5947e9984c1da10c9b359cd077e2f (diff) | |
fix netdb.h prerequisite inclusion
Diffstat (limited to 'ares')
| -rw-r--r-- | ares/m4/cares-functions.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4 index 0ba032477..8f3fa72ef 100644 --- a/ares/m4/cares-functions.m4 +++ b/ares/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" |
