summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-17 10:05:35 +0000
committerYang Tse <yangsita@gmail.com>2008-11-17 10:05:35 +0000
commitbad9ff88176415f2c2cd607da81b06607406b463 (patch)
tree087e0c5a71781a23980cd1a1857ceda040d7d616 /m4
parent68bb7a43e404276c00028cc2a3278d3339693905 (diff)
downloadc-ares-bad9ff88176415f2c2cd607da81b06607406b463.tar.gz
c-ares-bad9ff88176415f2c2cd607da81b06607406b463.tar.bz2
c-ares-bad9ff88176415f2c2cd607da81b06607406b463.zip
fix leftover from previous commit
Diffstat (limited to '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 668886e..245e93b 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 23
+# serial 24
dnl CARES_INCLUDES_ARPA_INET
@@ -1161,7 +1161,7 @@ AC_DEFUN([CARES_CHECK_FUNC_INET_PTON], [
(ipv6a[13] != 0x0b) ||
(ipv6a[14] != 0x76) ||
(ipv6a[15] != 0xc8) ||
- (ipv6a[25] != 0x01) )
+ (ipv6a[16] != 0x01) )
exit(1); /* fail */
/* - */
if( (ipv6a[2] != 0x0) ||