summaryrefslogtreecommitdiff
path: root/m4/cares-functions.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-14 15:26:27 +0000
committerYang Tse <yangsita@gmail.com>2008-11-14 15:26:27 +0000
commitf75e379dae2b776ce7402f0b4d85309fdf9e1a56 (patch)
tree0481ba8f77df2a5f2c26b04875e908df7be70ea5 /m4/cares-functions.m4
parent564c9587251d11dc64fdd6e28af8da1f0a0ea1f2 (diff)
downloadc-ares-f75e379dae2b776ce7402f0b4d85309fdf9e1a56.tar.gz
c-ares-f75e379dae2b776ce7402f0b4d85309fdf9e1a56.tar.bz2
c-ares-f75e379dae2b776ce7402f0b4d85309fdf9e1a56.zip
fix typo affecting inclusion of <arpa/inet.h> in configure
checks for inet_ntoa_r() inet_ntop() and inet_pton()
Diffstat (limited to 'm4/cares-functions.m4')
-rw-r--r--m4/cares-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/cares-functions.m4 b/m4/cares-functions.m4
index aff65b8..bf0e88f 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 <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
-# include <arpa_inet.h>
+# include <arpa/inet.h>
#endif
/* includes end */"
AC_CHECK_HEADERS(