fix leftover
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
|
|
||||||
# File version for 'aclocal' use. Keep it a single number.
|
# File version for 'aclocal' use. Keep it a single number.
|
||||||
# serial 11
|
# serial 13
|
||||||
|
|
||||||
|
|
||||||
dnl CARES_INCLUDES_ARPA_INET
|
dnl CARES_INCLUDES_ARPA_INET
|
||||||
@@ -505,7 +505,7 @@ AC_DEFUN([CARES_CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME], [
|
|||||||
dnl exit code wasn't zero, getaddrinfo returns unfreeable ptr.
|
dnl exit code wasn't zero, getaddrinfo returns unfreeable ptr.
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO_UNFREEABLE_AI_CANONNAME, 1,
|
AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO_UNFREEABLE_AI_CANONNAME, 1,
|
||||||
[Define to 1 if getaddrinfo returns unfreeable ai_addr pointer.])
|
[Define to 1 if getaddrinfo returns unfreeable ai_canonname pointer.])
|
||||||
])
|
])
|
||||||
else
|
else
|
||||||
dnl for cross-compiling a static check would be nice.
|
dnl for cross-compiling a static check would be nice.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
|
|
||||||
# File version for 'aclocal' use. Keep it a single number.
|
# File version for 'aclocal' use. Keep it a single number.
|
||||||
# serial 27
|
# serial 29
|
||||||
|
|
||||||
|
|
||||||
dnl CURL_INCLUDES_ARPA_INET
|
dnl CURL_INCLUDES_ARPA_INET
|
||||||
@@ -858,7 +858,7 @@ AC_DEFUN([CURL_CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME], [
|
|||||||
dnl exit code wasn't zero, getaddrinfo returns unfreeable ptr.
|
dnl exit code wasn't zero, getaddrinfo returns unfreeable ptr.
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO_UNFREEABLE_AI_CANONNAME, 1,
|
AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO_UNFREEABLE_AI_CANONNAME, 1,
|
||||||
[Define to 1 if getaddrinfo returns unfreeable ai_addr pointer.])
|
[Define to 1 if getaddrinfo returns unfreeable ai_canonname pointer.])
|
||||||
])
|
])
|
||||||
else
|
else
|
||||||
dnl for cross-compiling a static check would be nice.
|
dnl for cross-compiling a static check would be nice.
|
||||||
|
|||||||
Reference in New Issue
Block a user