configure.ac | 6 ------ 1 file changed, 6 deletions(-) New commits: commit 1bc3d1338d0c15c1c48d043a620d4020f16fd3be Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Aug 13 11:14:05 2019 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Aug 13 15:38:33 2019 +0200
Remove redundant Java >= 8 check ...after aafc10c9edb61e13ac557c7e43c8d4a31dce4f37 "Bump Java baseline to Java 8" Change-Id: Id5b2ad33dd89563028849b613676fba24581b2ec Reviewed-on: https://gerrit.libreoffice.org/77388 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/configure.ac b/configure.ac index b2b61a80a3c7..1510daf22454 100644 --- a/configure.ac +++ b/configure.ac @@ -7655,12 +7655,6 @@ if test "$with_export_validation" != "no"; then else AC_MSG_RESULT([no, as Java is disabled]) fi - elif test "$_jdk_ver" -lt 10800; then - if test "$with_export_validation" = "yes"; then - AC_MSG_ERROR([requested, but Java is too old, need Java 8]) - else - AC_MSG_RESULT([no, as Java is too old, need Java 8]) - fi elif ! test -d "${SRC_ROOT}/schema"; then if test "$with_export_validation" = "yes"; then AC_MSG_ERROR([requested, but schema directory is missing (it is excluded from tarballs)]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits