From 999c7126b3f9183cd25c863288e91a58ecdea517 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 17 Nov 2008 10:05:35 +0000 Subject: fix leftover from previous commit --- ares/m4/cares-functions.m4 | 4 ++-- m4/curl-functions.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4 index 668886ebd..245e93bd0 100644 --- a/ares/m4/cares-functions.m4 +++ b/ares/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) || diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index 58756a10d..d5d4da454 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -22,7 +22,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 40 +# serial 41 dnl CURL_INCLUDES_ARPA_INET @@ -2265,7 +2265,7 @@ AC_DEFUN([CURL_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) || -- cgit v1.2.3