From: Bruno Haible Date: Fri, 21 Jul 2006 12:37:04 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.15~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09c3e758a84ef518fa3f046c01944203e422ed4;p=thirdparty%2Fgettext.git Comment. --- diff --git a/gettext-tools/m4/javacomp.m4 b/gettext-tools/m4/javacomp.m4 index bdb28b98b..1cc7a1ca2 100644 --- a/gettext-tools/m4/javacomp.m4 +++ b/gettext-tools/m4/javacomp.m4 @@ -98,7 +98,7 @@ changequote([,])dnl case "$target_version" in 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6) ;; null) - dnl JDK 1.1.8 on AIX returns null. + dnl JDK 1.1.X returns null. target_version=1.1 ;; *) AC_MSG_WARN([unknown target-version $target_version, please update gt_@&t@JAVACOMP macro]) target_version=1.1 ;;