# HG changeset patch # User John Donoghue # Date 1602176941 14400 # Node ID 37a432f5f0eb1b24651e4f93519bff0a205fd7f8 # Parent cb5d5142610a465d423e1502638748db39aedeaa * tools/makeinst-script.sh.in: disable java check (Bug #59215) diff -r cb5d5142610a -r 37a432f5f0eb tools/makeinst-script.sh.in --- a/tools/makeinst-script.sh.in Thu Oct 08 18:02:38 2020 +0200 +++ b/tools/makeinst-script.sh.in Thu Oct 08 13:09:01 2020 -0400 @@ -423,9 +423,10 @@ ClearErrors Call CheckWinVer - \${If} @ENABLE_JAVA@ == yes - Call CheckJRE - \${EndIf} + ; Bug #59215 for now have disabled jdk detection + ; \${If} @ENABLE_JAVA@ == yes + ; Call CheckJRE + ; \${EndIf} InitPluginsDir FunctionEnd