Tweak comment.
authorBruno Haible <bruno@clisp.org>
Tue, 30 May 2006 20:28:36 +0000 (20:28 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 30 May 2006 20:28:36 +0000 (20:28 +0000)
m4/strndup.m4

index 1d112ae5ec4ddaaf72cb8fc83930596fc7fc1f53..48b15cc03506a54f144c8e90d9933439fe5af9c5 100644 (file)
@@ -13,7 +13,7 @@ AC_DEFUN([gl_FUNC_STRNDUP],
 
   AC_CHECK_DECLS_ONCE([strndup])
 
 
   AC_CHECK_DECLS_ONCE([strndup])
 
-  # AIX 5.1 fails to add the terminating '\0'.
+  # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'.
   AC_CACHE_CHECK([for working strndup], gl_cv_func_strndup,
     [AC_RUN_IFELSE([
        AC_LANG_PROGRAM([#include <string.h>], [[
   AC_CACHE_CHECK([for working strndup], gl_cv_func_strndup,
     [AC_RUN_IFELSE([
        AC_LANG_PROGRAM([#include <string.h>], [[