]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak comment.
authorBruno Haible <bruno@clisp.org>
Mon, 30 Jun 2003 10:39:12 +0000 (10:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:46 +0000 (12:10 +0200)
gettext-runtime/m4/gettext.m4

index 5af807ec8ed302bac53303e9eb782eea859459db..50a5f6b49d8785229af2c9e4b28959d8d6efc0fb 100644 (file)
@@ -382,9 +382,9 @@ munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup strtoul \
 tsearch wprintf __argz_count __argz_stringify __argz_next __fsetlocking])
 
   dnl Use the *_unlocked functions only if they are declared.
-  dnl (because some of them were declared in Solaris 2.5.1 but were removed
-  dnl in Solaris 2.6, whereas we want binaries built on Solaris 2.5.1 to run
-  dnl on Solaris 2.6).
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
   dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13.
   gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
   gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])