[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 13 13:39:20 UTC 2019
configure.ac | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 1bc3d1338d0c15c1c48d043a620d4020f16fd3be
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Aug 13 11:14:05 2019 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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)])
More information about the Libreoffice-commits
mailing list