--- dist/configure.ac.orig 2023-02-27 23:14:56 +++ dist/configure.ac 2023-02-27 23:18:42 @@ -428,7 +428,7 @@ if test "$db_cv_java" = "yes"; then esac AC_MSG_RESULT($JAVA_VERSION) case "$JAVA_VERSION" in - 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* ) ;; + 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | 1[[0-9]]* ) ;; * ) AC_MSG_ERROR([Java version 1.3 or higher required, got $JAVA_VERSION]) ;; esac