]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix leftover
authorYang Tse <yangsita@gmail.com>
Tue, 28 Oct 2008 20:07:40 +0000 (20:07 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 28 Oct 2008 20:07:40 +0000 (20:07 +0000)
ares/m4/cares-functions.m4
m4/curl-functions.m4

index 90a07846ae09dc7ef349d283add28ed9bf0d8934..fd3208e4cfc716c9ace978bed0dfd5f6d4644713 100644 (file)
@@ -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.
index 2f06b571fe4257739988fb1729894fcf9dd20abe..5101c00bd6772bddb090be743f5a4e9616c00e00 100644 (file)
@@ -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.