Index: acinclude.m4 =================================================================== RCS file: /cvsroot/classpath/classpath/acinclude.m4,v retrieving revision 1.35 diff -u -r1.35 acinclude.m4 --- acinclude.m4 17 May 2004 09:05:30 -0000 1.35 +++ acinclude.m4 17 May 2004 09:13:17 -0000 @@ -327,14 +327,14 @@ GCJ="" fi if expr "$GCJ_VERSION_MAJOR" = 3 > /dev/null; then - if expr "$GCJ_VERSION_MINOR" \< 1; then + if expr "$GCJ_VERSION_MINOR" \< 3; then GCJ="" fi fi if test "x$GCJ" != x; then AC_MSG_RESULT($GCJ_VERSION) else - AC_MSG_WARN($GCJ_VERSION: gcj 3.1 or higher required) + AC_MSG_WARN($GCJ_VERSION: gcj 3.3 or higher required) fi fi ])