mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:07:17 +03:00
fix leftover from previous commit
This commit is contained in:
parent
3c50ea961f
commit
999c7126b3
2 changed files with 4 additions and 4 deletions
|
|
@ -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) ||
|
||||
|
|
|
|||
|
|
@ -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) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue