fix leftover from previous commit

pull/1/head
Yang Tse 16 years ago
parent 68bb7a43e4
commit bad9ff8817
  1. 4
      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) ||

Loading…
Cancel
Save