]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Jan 2002 14:12:37 +0000 (14:12 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:56:29 +0000 (00:56 +0200)
tests/msgfmt-6

index 353368781a12c112f2f700505ab0f5a50a4114ab..5c7910769284ca65dc7db0a4665e0a410dc60c4e 100755 (executable)
@@ -2,6 +2,9 @@
 
 # Test catching of division by zero in plural expression.
 
+# Note: On AIX 3 with xlc, this test fails. To make it work, add "-qcheck"
+# to the CFLAGS, or use gcc.
+
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15