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
commit999c7126b3f9183cd25c863288e91a58ecdea517 (patch)
tree871a271a8b0d5f65c1aaa31f554a767ac588e18c /m4
parent3c50ea961f05b6cc95166f02fd0982eb7a397756 (diff)
downloadcurl-999c7126b3f9183cd25c863288e91a58ecdea517.tar.gz
fix leftover from previous commit
Diffstat (limited to 'm4')
-rw-r--r--m4/curl-functions.m44
1 files changed, 2 insertions, 2 deletions
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) ||