summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-13 11:14:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-13 15:38:33 +0200
commit1bc3d1338d0c15c1c48d043a620d4020f16fd3be (patch)
tree9279a22bebe86dbcc8e2ac67f8cd1c2088fe1815
parent7bc8c493a7c90bd9ff01e70d0ee653a741d9f61f (diff)
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@redhat.com>
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
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)])