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)
m4/cares-functions.m4

index 90a0784..fd3208e 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.