From f75e379dae2b776ce7402f0b4d85309fdf9e1a56 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 14 Nov 2008 15:26:27 +0000 Subject: [PATCH] fix typo affecting inclusion of in configure checks for inet_ntoa_r() inet_ntop() and inet_pton() --- m4/cares-functions.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/cares-functions.m4 b/m4/cares-functions.m4 index aff65b84..bf0e88f4 100644 --- a/m4/cares-functions.m4 +++ b/m4/cares-functions.m4 @@ -16,7 +16,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 21 +# serial 22 dnl CARES_INCLUDES_ARPA_INET @@ -37,7 +37,7 @@ cares_includes_arpa_inet="\ # include #endif #ifdef HAVE_ARPA_INET_H -# include +# include #endif /* includes end */" AC_CHECK_HEADERS(