From: Yang Tse Date: Tue, 28 Oct 2008 20:07:40 +0000 (+0000) Subject: fix leftover X-Git-Tag: curl-7_19_1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4514f9c1058f5145addcc9856a31acdb099175b;p=thirdparty%2Fcurl.git fix leftover --- diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4 index 90a07846ae..fd3208e4cf 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 11 +# serial 13 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. AC_MSG_RESULT([yes]) 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 dnl for cross-compiling a static check would be nice. diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index 2f06b571fe..5101c00bd6 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 27 +# serial 29 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. AC_MSG_RESULT([yes]) 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 dnl for cross-compiling a static check would be nice.